STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Namespaces | Macros | Functions
hash_map File Reference
#include <cliext/xhash>
#include <cliext/utility>

Classes

class  cliext::impl::hash_map_traits< _Key_t, _Mapped_t, _Mflag >
 
class  cliext::impl::HashKVPEnumerator< TKey, TMapped, TValue >
 
class  cliext::impl::hash_map_base0< _Key_t, _Mapped_t >
 
class  cliext::impl::hash_map_base< _Key_t, _Mapped_t >
 
class  cliext::impl::hash_map_select< _Key1_t, _Mapped_t, _Is_ref_key, _Is_ref_mapped >
 
class  cliext::impl::hash_map_select< _Key1_t, _Mapped_t, false, true >
 
class  cliext::impl::hash_map_select< _Key1_t, _Mapped_t, true, false >
 
class  cliext::impl::hash_map_select< _Key1_t, _Mapped_t, true, true >
 
class  cliext::hash_map< _Key1_t, _Mapped_t >
 
class  cliext::impl::hash_multimap_base0< _Key_t, _Mapped_t >
 
class  cliext::impl::hash_multimap_base< _Key_t, _Mapped_t >
 
class  cliext::impl::hash_multimap_select< _Key1_t, _Mapped_t, _Is_ref_key, _Is_ref_mapped >
 
class  cliext::impl::hash_multimap_select< _Key1_t, _Mapped_t, false, true >
 
class  cliext::impl::hash_multimap_select< _Key1_t, _Mapped_t, true, false >
 
class  cliext::impl::hash_multimap_select< _Key1_t, _Mapped_t, true, true >
 
class  cliext::hash_multimap< _Key1_t, _Mapped_t >
 

Namespaces

 cliext
 
 cliext::impl
 

Macros

#define _CLI_HASH_MAP_
 

Functions

template<typename _Key_t , typename _Mapped_t >
void cliext::swap (cliext::hash_map< _Key_t, _Mapped_t >%_Left, cliext::hash_map< _Key_t, _Mapped_t >%_Right)
 
template<typename _Key_t , typename _Mapped_t >
void cliext::swap (cliext::hash_multimap< _Key_t, _Mapped_t >%_Left, cliext::hash_multimap< _Key_t, _Mapped_t >%_Right)
 

Macro Definition Documentation

#define _CLI_HASH_MAP_