Go to the source code of this file.
Namespaces | |
namespace | itk |
Classes | |
class | itk::hash_map< Key, T,,, > |
Replacement for STL hash map because some systems do not support it, or support it incorrectly. More... | |
class | itk::hash_multimap< Key, T,,, > |
Defines | |
#define | VCL_IMPORT_CONTAINER_TYPEDEFS(super) |
#define | VCL_IMPORT_ITERATORS(super) |
#define | VCL_IMPORT_REVERSE_ITERATORS(super) |
#define | HASH_MAP_INSTANTIATE extern "please include emulation/hash_map.txx instead" |
Functions | |
template<class Key, class T, class HashFcn, class EqualKey, class Alloc> | |
bool | operator== (const hash_map< Key, T, HashFcn, EqualKey, Alloc > &hm1, const hash_map< Key, T, HashFcn, EqualKey, Alloc > &hm2) |
template<class Key, class T, class HashFcn, class EqualKey, class Alloc> | |
bool | operator== (const hash_multimap< Key, T, HashFcn, EqualKey, Alloc > &hm1, const hash_multimap< Key, T, HashFcn, EqualKey, Alloc > &hm2) |
|
Definition at line 325 of file itk_hash_map.h. |
|
Value: typedef typename super::value_type value_type; \ typedef typename super::reference reference; \ typedef typename super::size_type size_type; \ typedef typename super::const_reference const_reference; \ typedef typename super::difference_type difference_type; Definition at line 88 of file itk_hash_map.h. |
|
Value: typedef typename super::iterator iterator; \ typedef typename super::const_iterator const_iterator; Definition at line 95 of file itk_hash_map.h. |
|
Value: typedef typename super::const_reverse_iterator const_reverse_iterator; \ typedef typename super::reverse_iterator reverse_iterator; Definition at line 99 of file itk_hash_map.h. |
|
Definition at line 318 of file itk_hash_map.h. References itk::hash_multimap< Key, T,,, >::rep. |
|
Definition at line 311 of file itk_hash_map.h. References itk::hash_map< Key, T,,, >::rep. |