libstdc++
|
Public Types | |
typedef _ATraits | access_traits |
typedef _Alloc | allocator_type |
typedef node_const_iterator::value_type | const_iterator |
typedef node_iterator::value_type | iterator |
typedef base_type::key_const_reference | key_const_reference |
typedef base_type::key_type | key_type |
typedef null_type | metadata_type |
typedef Node_CItr | node_const_iterator |
typedef Node_Itr | node_iterator |
typedef allocator_type::size_type | size_type |
Protected Types | |
typedef rebind_v::const_pointer | const_pointer |
typedef rebind_v::const_reference | const_reference |
typedef Node_Itr::value_type | it_type |
typedef remove_const< key_type >::type | rckey_type |
typedef remove_const< value_type >::type | rcvalue_type |
typedef rebind_traits< _Alloc, rckey_type > | rebind_k |
typedef rebind_traits< _Alloc, rcvalue_type > | rebind_v |
typedef rebind_v::reference | reference |
typedef std::iterator_traits< it_type >::value_type | value_type |
Base class for trie policies.
Definition at line 53 of file trie_policy_base.hpp.