lu_map_.hpp File Reference

#include <utility>
#include <iterator>
#include <ext/pb_assoc/detail/cond_dealtor.hpp>
#include <ext/pb_assoc/trivial_iterator_def.hpp>
#include <ext/pb_assoc/detail/types_traits.hpp>
#include <ext/pb_assoc/exception.hpp>
#include <ext/pb_assoc/detail/map_debug_base.hpp>
#include <ext/pb_assoc/detail/unordered_iterator/const_find_iterator.hpp>
#include <ext/pb_assoc/detail/unordered_iterator/find_iterator.hpp>
#include <ext/pb_assoc/detail/unordered_iterator/const_iterator.hpp>
#include <ext/pb_assoc/detail/unordered_iterator/iterator.hpp>
#include <ext/pb_assoc/detail/lu_map_/constructor_destructor_fn_imps.hpp>
#include <ext/pb_assoc/detail/lu_map_/info_fn_imps.hpp>
#include <ext/pb_assoc/detail/lu_map_/debug_fn_imps.hpp>
#include <ext/pb_assoc/detail/lu_map_/policy_access_fn_imps.hpp>
#include <ext/pb_assoc/detail/lu_map_/iterators_fn_imps.hpp>
#include <ext/pb_assoc/detail/lu_map_/erase_fn_imps.hpp>
#include <ext/pb_assoc/detail/lu_map_/find_fn_imps.hpp>
#include <ext/pb_assoc/detail/lu_map_/insert_fn_imps.hpp>

Go to the source code of this file.

Namespaces

namespace  pb_assoc
namespace  pb_assoc::detail

Classes

class  pb_assoc::detail::PB_ASSOC_CLASS_NAME< Key, Data, Eq_Fn, Allocator, Update_Policy >
struct  pb_assoc::detail::PB_ASSOC_CLASS_NAME< Key, Data, Cmp_Fn, Allocator, Node_Updator >::entry

Defines

#define PB_ASSOC_DBG_ASSERT(X)
#define PB_ASSOC_DBG_VERIFY(X)   {if((X)==0);}
#define PB_ASSOC_DBG_ONLY(X)   ;
#define PB_ASSOC_CLASS_T_DEC
#define PB_ASSOC_CLASS_C_DEC
#define PB_ASSOC_TYPES_TRAITS_C_DEC
#define PB_ASSOC_DBG_ASSERT(X)
#define PB_ASSOC_DBG_VERIFY(X)   {if((X)==0);}
#define PB_ASSOC_DBG_ONLY(X)   ;
#define PB_ASSOC_GEN_POS   entry_pointer


Detailed Description

Contains a list update map.

Definition in file lu_map_.hpp.


Define Documentation

#define PB_ASSOC_CLASS_C_DEC

Value:

PB_ASSOC_CLASS_NAME< \
        Key, \
        Data, \
        Eq_Fn, \
        Allocator, \
        Update_Policy>

Definition at line 87 of file lu_map_.hpp.

#define PB_ASSOC_CLASS_T_DEC

Value:

template< \
        typename Key, \
        typename Data, \
        class Eq_Fn, \
        class Allocator, \
        class Update_Policy>

Definition at line 69 of file lu_map_.hpp.

#define PB_ASSOC_DBG_ASSERT (  ) 

Definition at line 125 of file lu_map_.hpp.

#define PB_ASSOC_DBG_ASSERT (  ) 

Definition at line 125 of file lu_map_.hpp.

#define PB_ASSOC_DBG_ONLY (  )     ;

Definition at line 127 of file lu_map_.hpp.

#define PB_ASSOC_DBG_ONLY (  )     ;

Definition at line 127 of file lu_map_.hpp.

#define PB_ASSOC_DBG_VERIFY (  )     {if((X)==0);}

Definition at line 126 of file lu_map_.hpp.

#define PB_ASSOC_DBG_VERIFY (  )     {if((X)==0);}

Definition at line 126 of file lu_map_.hpp.

#define PB_ASSOC_GEN_POS   entry_pointer

Definition at line 215 of file lu_map_.hpp.

#define PB_ASSOC_TYPES_TRAITS_C_DEC

Value:

pb_assoc::detail::types_traits< \
        Key, \
        Data, \
        Allocator>

Definition at line 95 of file lu_map_.hpp.


Generated on Tue Feb 2 16:57:22 2010 for GNU C++ STL by  doxygen 1.4.7