hash_set< _Value,,, > Class Template Reference#include <_hash_set.h>
Detailed Descriptiontemplate<class _Value, _STLP_DFL_TMPL_PARAM(_HashFcn, hash< _Value >), _STLP_DFL_TMPL_PARAM(_EqualKey, equal_to< _Value >), _STLP_DEFAULT_ALLOCATOR_SELECT(_Value)>
|
typedef hashtable<_Value, _Value, _HashFcn, _HashSetTraits, _STLP_PRIV _Identity<_Value>, _EqualKey, _Alloc> hash_set< _Value,,, >::_Ht |
Definition at line 55 of file _hash_set.h.
typedef _Ht::key_type hash_set< _Value,,, >::key_type |
Definition at line 57 of file _hash_set.h.
typedef _Ht::value_type hash_set< _Value,,, >::value_type |
Definition at line 58 of file _hash_set.h.
typedef _Ht::hasher hash_set< _Value,,, >::hasher |
Definition at line 59 of file _hash_set.h.
typedef _Ht::key_equal hash_set< _Value,,, >::key_equal |
Definition at line 60 of file _hash_set.h.
typedef _Ht::size_type hash_set< _Value,,, >::size_type |
Definition at line 62 of file _hash_set.h.
typedef _Ht::difference_type hash_set< _Value,,, >::difference_type |
Definition at line 63 of file _hash_set.h.
typedef _Ht::pointer hash_set< _Value,,, >::pointer |
Definition at line 64 of file _hash_set.h.
typedef _Ht::const_pointer hash_set< _Value,,, >::const_pointer |
Definition at line 65 of file _hash_set.h.
typedef _Ht::reference hash_set< _Value,,, >::reference |
Definition at line 66 of file _hash_set.h.
typedef _Ht::const_reference hash_set< _Value,,, >::const_reference |
Definition at line 67 of file _hash_set.h.
typedef _Ht::iterator hash_set< _Value,,, >::iterator |
Definition at line 69 of file _hash_set.h.
typedef _Ht::const_iterator hash_set< _Value,,, >::const_iterator |
Definition at line 70 of file _hash_set.h.
typedef _Ht::allocator_type hash_set< _Value,,, >::allocator_type |
Definition at line 72 of file _hash_set.h.
hash_set< _Value,,, >::hash_set | ( | ) | [inline] |
Definition at line 83 of file _hash_set.h.
hash_set< _Value,,, >::hash_set | ( | size_type | __n | ) | [inline, explicit] |
Definition at line 85 of file _hash_set.h.
hash_set< _Value,,, >::hash_set | ( | size_type | __n, | |
const hasher & | __hf | |||
) | [inline] |
Definition at line 87 of file _hash_set.h.
hash_set< _Value,,, >::hash_set | ( | size_type | __n, | |
const hasher & | __hf, | |||
const key_equal & | __eql, | |||
const allocator_type & | __a = allocator_type() | |||
) | [inline] |
Definition at line 90 of file _hash_set.h.
hash_set< _Value,,, >::hash_set | ( | __move_source< _Self > | src | ) | [inline] |
Definition at line 100 of file _hash_set.h.
hash_set< _Value,,, >::hash_set | ( | const value_type * | __f, | |
const value_type * | __l | |||
) | [inline] |
Definition at line 131 of file _hash_set.h.
hash_set< _Value,,, >::hash_set | ( | const value_type * | __f, | |
const value_type * | __l, | |||
size_type | __n | |||
) | [inline] |
Definition at line 134 of file _hash_set.h.
hash_set< _Value,,, >::hash_set | ( | const value_type * | __f, | |
const value_type * | __l, | |||
size_type | __n, | |||
const hasher & | __hf | |||
) | [inline] |
Definition at line 137 of file _hash_set.h.
hash_set< _Value,,, >::hash_set | ( | const value_type * | __f, | |
const value_type * | __l, | |||
size_type | __n, | |||
const hasher & | __hf, | |||
const key_equal & | __eql, | |||
const allocator_type & | __a = allocator_type() | |||
) | [inline] |
Definition at line 141 of file _hash_set.h.
hash_set< _Value,,, >::hash_set | ( | const_iterator | __f, | |
const_iterator | __l | |||
) | [inline] |
Definition at line 147 of file _hash_set.h.
hash_set< _Value,,, >::hash_set | ( | const_iterator | __f, | |
const_iterator | __l, | |||
size_type | __n | |||
) | [inline] |
Definition at line 150 of file _hash_set.h.
hash_set< _Value,,, >::hash_set | ( | const_iterator | __f, | |
const_iterator | __l, | |||
size_type | __n, | |||
const hasher & | __hf | |||
) | [inline] |
Definition at line 153 of file _hash_set.h.
hash_set< _Value,,, >::hash_set | ( | const_iterator | __f, | |
const_iterator | __l, | |||
size_type | __n, | |||
const hasher & | __hf, | |||
const key_equal & | __eql, | |||
const allocator_type & | __a = allocator_type() | |||
) | [inline] |
Definition at line 157 of file _hash_set.h.
hasher hash_set< _Value,,, >::hash_funct | ( | ) | const [inline] |
Definition at line 74 of file _hash_set.h.
key_equal hash_set< _Value,,, >::key_eq | ( | ) | const [inline] |
Definition at line 75 of file _hash_set.h.
allocator_type hash_set< _Value,,, >::get_allocator | ( | ) | const [inline] |
Definition at line 76 of file _hash_set.h.
size_type hash_set< _Value,,, >::size | ( | ) | const [inline] |
Definition at line 165 of file _hash_set.h.
size_type hash_set< _Value,,, >::max_size | ( | ) | const [inline] |
Definition at line 166 of file _hash_set.h.
bool hash_set< _Value,,, >::empty | ( | ) | const [inline] |
Definition at line 167 of file _hash_set.h.
iterator hash_set< _Value,,, >::begin | ( | ) | [inline] |
Definition at line 170 of file _hash_set.h.
iterator hash_set< _Value,,, >::end | ( | ) | [inline] |
Definition at line 171 of file _hash_set.h.
const_iterator hash_set< _Value,,, >::begin | ( | ) | const [inline] |
Definition at line 172 of file _hash_set.h.
const_iterator hash_set< _Value,,, >::end | ( | ) | const [inline] |
Definition at line 173 of file _hash_set.h.
pair<iterator, bool> hash_set< _Value,,, >::insert | ( | const value_type & | __obj | ) | [inline] |
Definition at line 176 of file _hash_set.h.
void hash_set< _Value,,, >::insert | ( | const_iterator | __f, | |
const_iterator | __l | |||
) | [inline] |
Definition at line 182 of file _hash_set.h.
void hash_set< _Value,,, >::insert | ( | const value_type * | __f, | |
const value_type * | __l | |||
) | [inline] |
Definition at line 184 of file _hash_set.h.
pair<iterator, bool> hash_set< _Value,,, >::insert_noresize | ( | const value_type & | __obj | ) | [inline] |
Definition at line 188 of file _hash_set.h.
_STLP_TEMPLATE_FOR_CONT_EXT iterator hash_set< _Value,,, >::find | ( | const _KT & | __key | ) | [inline] |
Definition at line 192 of file _hash_set.h.
_STLP_TEMPLATE_FOR_CONT_EXT const_iterator hash_set< _Value,,, >::find | ( | const _KT & | __key | ) | const [inline] |
Definition at line 194 of file _hash_set.h.
_STLP_TEMPLATE_FOR_CONT_EXT size_type hash_set< _Value,,, >::count | ( | const _KT & | __key | ) | const [inline] |
Definition at line 197 of file _hash_set.h.
_STLP_TEMPLATE_FOR_CONT_EXT pair<iterator, iterator> hash_set< _Value,,, >::equal_range | ( | const _KT & | __key | ) | [inline] |
Definition at line 200 of file _hash_set.h.
_STLP_TEMPLATE_FOR_CONT_EXT pair<const_iterator, const_iterator> hash_set< _Value,,, >::equal_range | ( | const _KT & | __key | ) | const [inline] |
Definition at line 203 of file _hash_set.h.
_STLP_TEMPLATE_FOR_CONT_EXT size_type hash_set< _Value,,, >::erase | ( | const _KT & | __key | ) | [inline] |
Definition at line 207 of file _hash_set.h.
void hash_set< _Value,,, >::erase | ( | iterator | __it | ) | [inline] |
Definition at line 208 of file _hash_set.h.
void hash_set< _Value,,, >::erase | ( | iterator | __f, | |
iterator | __l | |||
) | [inline] |
Definition at line 209 of file _hash_set.h.
void hash_set< _Value,,, >::clear | ( | ) | [inline] |
Definition at line 210 of file _hash_set.h.
void hash_set< _Value,,, >::resize | ( | size_type | __hint | ) | [inline] |
Definition at line 213 of file _hash_set.h.
size_type hash_set< _Value,,, >::bucket_count | ( | ) | const [inline] |
Definition at line 214 of file _hash_set.h.
size_type hash_set< _Value,,, >::max_bucket_count | ( | ) | const [inline] |
Definition at line 215 of file _hash_set.h.
size_type hash_set< _Value,,, >::elems_in_bucket | ( | size_type | __n | ) | const [inline] |
Definition at line 216 of file _hash_set.h.