|
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) |