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

Classes

class  cliext::impl::map_traits< _Key_t, _Mapped_t, _Mflag, _Is_ref_key, _Is_ref_mapped >
 
class  cliext::impl::TreeKVPEnumerator< TKey, TMapped, TValue >
 
class  cliext::impl::map_base0< _Key_t, _Mapped_t, _Is_ref_key, _Is_ref_mapped >
 
class  cliext::impl::map_base< _Key_t, _Mapped_t, _Is_ref_key, _Is_ref_mapped >
 
class  cliext::impl::map_select< _Key1_t, _Mapped_t, _Is_ref_key, _Is_ref_mapped >
 
class  cliext::impl::map_select< _Key1_t, _Mapped_t, false, true >
 
class  cliext::impl::map_select< _Key1_t, _Mapped_t, true, false >
 
class  cliext::impl::map_select< _Key1_t, _Mapped_t, true, true >
 
class  cliext::map< _Key1_t, _Mapped_t >
 
class  cliext::impl::multimap_base0< _Key_t, _Mapped_t, _Is_ref_key, _Is_ref_mapped >
 
class  cliext::impl::multimap_base< _Key_t, _Mapped_t, _Is_ref_key, _Is_ref_mapped >
 
class  cliext::impl::multimap_select< _Key1_t, _Mapped_t, _Is_ref_key, _Is_ref_mapped >
 
class  cliext::impl::multimap_select< _Key1_t, _Mapped_t, false, true >
 
class  cliext::impl::multimap_select< _Key1_t, _Mapped_t, true, false >
 
class  cliext::impl::multimap_select< _Key1_t, _Mapped_t, true, true >
 
class  cliext::multimap< _Key1_t, _Mapped_t >
 

Namespaces

 cliext
 
 cliext::impl
 

Macros

#define _CLI_MAP_
 

Functions

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

Macro Definition Documentation

#define _CLI_MAP_