CACAO
|
Public Types | |
typedef _Base::key_type | key_type |
typedef _Base::value_type | value_type |
typedef _Base::size_type | size_type |
typedef _Base::difference_type | difference_type |
typedef _Base::hasher | hasher |
typedef _Base::key_equal | key_equal |
typedef _Base::allocator_type | allocator_type |
typedef _Base::reference | reference |
typedef _Base::const_reference | const_reference |
typedef _Base::pointer | pointer |
typedef _Base::const_pointer | const_pointer |
typedef _Base::iterator | iterator |
typedef _Base::const_iterator | const_iterator |
typedef _Base::local_iterator | local_iterator |
typedef _Base::const_local_iterator | const_local_iterator |
Public Member Functions | |
unordered_set (size_type bucket_count=unordered_set_default_bucket_count, const Hash &hash=Hash(), const KeyEqual &equal=KeyEqual(), const Allocator &alloc=Allocator()) | |
unordered_set (const Allocator &alloc) | |
template<class InputIt > | |
unordered_set (InputIt first, InputIt last, size_type bucket_count=unordered_set_default_bucket_count, const Hash &hash=Hash(), const KeyEqual &equal=KeyEqual(), const Allocator &alloc=Allocator()) | |
unordered_set (const unordered_set &other) | |
unordered_set (const unordered_set &other, const Allocator &alloc) | |
Private Types | |
typedef _future::unordered_set < Key, Hash, KeyEqual, Allocator > | _Base |
Definition at line 78 of file unordered_set.hpp.
|
private |
Definition at line 79 of file unordered_set.hpp.
typedef _Base::allocator_type cacao::unordered_set< Key, Hash, KeyEqual, Allocator >::allocator_type |
Definition at line 87 of file unordered_set.hpp.
typedef _Base::const_iterator cacao::unordered_set< Key, Hash, KeyEqual, Allocator >::const_iterator |
Definition at line 93 of file unordered_set.hpp.
typedef _Base::const_local_iterator cacao::unordered_set< Key, Hash, KeyEqual, Allocator >::const_local_iterator |
Definition at line 95 of file unordered_set.hpp.
typedef _Base::const_pointer cacao::unordered_set< Key, Hash, KeyEqual, Allocator >::const_pointer |
Definition at line 91 of file unordered_set.hpp.
typedef _Base::const_reference cacao::unordered_set< Key, Hash, KeyEqual, Allocator >::const_reference |
Definition at line 89 of file unordered_set.hpp.
typedef _Base::difference_type cacao::unordered_set< Key, Hash, KeyEqual, Allocator >::difference_type |
Definition at line 84 of file unordered_set.hpp.
typedef _Base::hasher cacao::unordered_set< Key, Hash, KeyEqual, Allocator >::hasher |
Definition at line 85 of file unordered_set.hpp.
typedef _Base::iterator cacao::unordered_set< Key, Hash, KeyEqual, Allocator >::iterator |
Definition at line 92 of file unordered_set.hpp.
typedef _Base::key_equal cacao::unordered_set< Key, Hash, KeyEqual, Allocator >::key_equal |
Definition at line 86 of file unordered_set.hpp.
typedef _Base::key_type cacao::unordered_set< Key, Hash, KeyEqual, Allocator >::key_type |
Definition at line 81 of file unordered_set.hpp.
typedef _Base::local_iterator cacao::unordered_set< Key, Hash, KeyEqual, Allocator >::local_iterator |
Definition at line 94 of file unordered_set.hpp.
typedef _Base::pointer cacao::unordered_set< Key, Hash, KeyEqual, Allocator >::pointer |
Definition at line 90 of file unordered_set.hpp.
typedef _Base::reference cacao::unordered_set< Key, Hash, KeyEqual, Allocator >::reference |
Definition at line 88 of file unordered_set.hpp.
typedef _Base::size_type cacao::unordered_set< Key, Hash, KeyEqual, Allocator >::size_type |
Definition at line 83 of file unordered_set.hpp.
typedef _Base::value_type cacao::unordered_set< Key, Hash, KeyEqual, Allocator >::value_type |
Definition at line 82 of file unordered_set.hpp.
|
inlineexplicit |
Definition at line 97 of file unordered_set.hpp.
|
inlineexplicit |
Definition at line 104 of file unordered_set.hpp.
|
inline |
Definition at line 109 of file unordered_set.hpp.
|
inline |
Definition at line 118 of file unordered_set.hpp.
|
inline |
Definition at line 120 of file unordered_set.hpp.