Replacement for STL hash set because some systems do not support it, or support it incorrectly. More...
#include <itk_hash_set.h>
Replacement for STL hash set because some systems do not support it, or support it incorrectly.
Definition at line 85 of file itk_hash_set.h.
typedef ht::const_iterator itk::hash_set< Value,,, >::const_iterator |
Definition at line 104 of file itk_hash_set.h.
typedef ht::const_pointer itk::hash_set< Value,,, >::const_pointer |
Definition at line 100 of file itk_hash_set.h.
typedef ht::const_reference itk::hash_set< Value,,, >::const_reference |
Definition at line 102 of file itk_hash_set.h.
typedef ht::difference_type itk::hash_set< Value,,, >::difference_type |
Definition at line 98 of file itk_hash_set.h.
typedef ht::hasher itk::hash_set< Value,,, >::hasher |
Definition at line 94 of file itk_hash_set.h.
typedef ht::iterator itk::hash_set< Value,,, >::ht_iterator |
Definition at line 108 of file itk_hash_set.h.
typedef const_iterator itk::hash_set< Value,,, >::iterator |
Definition at line 105 of file itk_hash_set.h.
typedef ht::key_equal itk::hash_set< Value,,, >::key_equal |
Definition at line 95 of file itk_hash_set.h.
typedef ht::key_type itk::hash_set< Value,,, >::key_type |
Definition at line 92 of file itk_hash_set.h.
typedef ht::const_pointer itk::hash_set< Value,,, >::pointer |
Definition at line 99 of file itk_hash_set.h.
typedef ht::const_reference itk::hash_set< Value,,, >::reference |
Definition at line 101 of file itk_hash_set.h.
typedef ht::size_type itk::hash_set< Value,,, >::size_type |
Definition at line 97 of file itk_hash_set.h.
typedef ht::value_type itk::hash_set< Value,,, >::value_type |
Definition at line 93 of file itk_hash_set.h.
itk::hash_set< Value,,, >::hash_set | ( | ) | [inline] |
Definition at line 117 of file itk_hash_set.h.
itk::hash_set< Value,,, >::hash_set | ( | size_type | n | ) | [inline] |
Definition at line 118 of file itk_hash_set.h.
itk::hash_set< Value,,, >::hash_set | ( | size_type | n, | |
const hasher & | hf | |||
) | [inline] |
Definition at line 119 of file itk_hash_set.h.
itk::hash_set< Value,,, >::hash_set | ( | size_type | n, | |
const hasher & | hf, | |||
const key_equal & | eql | |||
) | [inline] |
Definition at line 120 of file itk_hash_set.h.
itk::hash_set< Value,,, >::hash_set | ( | const value_type * | f, | |
const value_type * | l | |||
) | [inline] |
Definition at line 123 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_unique().
itk::hash_set< Value,,, >::hash_set | ( | const value_type * | f, | |
const value_type * | l, | |||
size_type | n | |||
) | [inline] |
Definition at line 125 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_unique().
itk::hash_set< Value,,, >::hash_set | ( | const value_type * | f, | |
const value_type * | l, | |||
size_type | n, | |||
const hasher & | hf | |||
) | [inline] |
Definition at line 127 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_unique().
itk::hash_set< Value,,, >::hash_set | ( | const value_type * | f, | |
const value_type * | l, | |||
size_type | n, | |||
const hasher & | hf, | |||
const key_equal & | eql | |||
) | [inline] |
Definition at line 130 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_unique().
itk::hash_set< Value,,, >::hash_set | ( | const_iterator | f, | |
const_iterator | l | |||
) | [inline] |
Definition at line 134 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_unique().
itk::hash_set< Value,,, >::hash_set | ( | const_iterator | f, | |
const_iterator | l, | |||
size_type | n | |||
) | [inline] |
Definition at line 136 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_unique().
itk::hash_set< Value,,, >::hash_set | ( | const_iterator | f, | |
const_iterator | l, | |||
size_type | n, | |||
const hasher & | hf | |||
) | [inline] |
Definition at line 138 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_unique().
itk::hash_set< Value,,, >::hash_set | ( | const_iterator | f, | |
const_iterator | l, | |||
size_type | n, | |||
const hasher & | hf, | |||
const key_equal & | eql | |||
) | [inline] |
Definition at line 141 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_unique().
iterator itk::hash_set< Value,,, >::begin | ( | ) | const [inline] |
Definition at line 153 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::begin().
size_type itk::hash_set< Value,,, >::bucket_count | ( | ) | const [inline] |
Definition at line 192 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::bucket_count().
void itk::hash_set< Value,,, >::clear | ( | ) | [inline] |
Definition at line 188 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::clear().
size_type itk::hash_set< Value,,, >::count | ( | const key_type & | key | ) | const [inline] |
Definition at line 180 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::count().
size_type itk::hash_set< Value,,, >::elems_in_bucket | ( | size_type | n | ) | const [inline] |
Definition at line 194 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::elems_in_bucket().
bool itk::hash_set< Value,,, >::empty | ( | ) | const [inline] |
Definition at line 148 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::empty().
iterator itk::hash_set< Value,,, >::end | ( | ) | const [inline] |
Definition at line 154 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::end().
std::pair<iterator, iterator> itk::hash_set< Value,,, >::equal_range | ( | const key_type & | key | ) | const [inline] |
Definition at line 182 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::equal_range().
void itk::hash_set< Value,,, >::erase | ( | iterator | it | ) | [inline] |
Definition at line 186 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::erase().
size_type itk::hash_set< Value,,, >::erase | ( | const key_type & | key | ) | [inline] |
Definition at line 185 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::erase().
void itk::hash_set< Value,,, >::erase | ( | iterator | f, | |
iterator | l | |||
) | [inline] |
Definition at line 187 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::erase().
iterator itk::hash_set< Value,,, >::find | ( | const key_type & | key | ) | const [inline] |
Definition at line 178 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::find().
hasher itk::hash_set< Value,,, >::hash_funct | ( | ) | const [inline] |
Definition at line 110 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::hash_funct().
void itk::hash_set< Value,,, >::insert | ( | const_iterator | f, | |
const_iterator | l | |||
) | [inline] |
Definition at line 167 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_unique().
std::pair<iterator, bool> itk::hash_set< Value,,, >::insert | ( | const value_type & | obj | ) | [inline] |
Definition at line 157 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_unique().
void itk::hash_set< Value,,, >::insert | ( | const value_type * | f, | |
const value_type * | l | |||
) | [inline] |
Definition at line 166 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_unique().
std::pair<iterator, bool> itk::hash_set< Value,,, >::insert_noresize | ( | const value_type & | obj | ) | [inline] |
Definition at line 168 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::insert_unique_noresize().
key_equal itk::hash_set< Value,,, >::key_eq | ( | ) | const [inline] |
Definition at line 111 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::key_eq().
size_type itk::hash_set< Value,,, >::max_bucket_count | ( | ) | const [inline] |
Definition at line 193 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::max_bucket_count().
size_type itk::hash_set< Value,,, >::max_size | ( | ) | const [inline] |
Definition at line 147 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::max_size().
void itk::hash_set< Value,,, >::resize | ( | size_type | hint | ) | [inline] |
Definition at line 191 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::resize().
size_type itk::hash_set< Value,,, >::size | ( | ) | const [inline] |
Definition at line 146 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::size().
void itk::hash_set< Value,,, >::swap | ( | self & | hs | ) | [inline] |
Definition at line 149 of file itk_hash_set.h.
References itk::hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >::swap().
bool operator==ITK_FRIEND_TEMPLATE_FUNCTION_ARGUMENT() self | ( | const self & | , | |
const self & | ||||
) | [friend] |