|
libstdc++
|
#include <trie_policy.hpp>
Public Types | |
| enum | { reverse } |
| enum | { min_e_val , max_e_val , max_size } |
| typedef detail::__conditional_type< Reverse, typenameString::const_reverse_iterator, typenameString::const_iterator >::__type | const_iterator |
| typedef std::iterator_traits< const_iterator >::value_type | e_type |
| typedef detail::rebind_traits< _Alloc, key_type >::const_reference | key_const_reference |
| typedef String | key_type |
| typedef _Alloc::size_type | size_type |
Static Public Member Functions | |
| static const_iterator | begin (key_const_reference) |
| static size_type | e_pos (e_type e) |
| static const_iterator | end (key_const_reference) |
Element access traits for string types.
| String | String type. |
| Min_E_Val | Minimal element value. |
| Max_E_Val | Maximum element value. |
| Reverse | Reverse iteration should be used. Default: false. |
| _Alloc | Allocator type. |
Definition at line 74 of file trie_policy.hpp.
| typedef detail::__conditional_type<Reverse,typenameString::const_reverse_iterator,typenameString::const_iterator>::__type __gnu_pbds::trie_string_access_traits< String, Min_E_Val, Max_E_Val, Reverse, _Alloc >::const_iterator |
Element const iterator type.
Definition at line 90 of file trie_policy.hpp.
| typedef std::iterator_traits<const_iterator>::value_type __gnu_pbds::trie_string_access_traits< String, Min_E_Val, Max_E_Val, Reverse, _Alloc >::e_type |
Element type.
Definition at line 93 of file trie_policy.hpp.
| typedef detail::rebind_traits<_Alloc,key_type>::const_reference __gnu_pbds::trie_string_access_traits< String, Min_E_Val, Max_E_Val, Reverse, _Alloc >::key_const_reference |
Definition at line 80 of file trie_policy.hpp.
| typedef String __gnu_pbds::trie_string_access_traits< String, Min_E_Val, Max_E_Val, Reverse, _Alloc >::key_type |
Definition at line 78 of file trie_policy.hpp.
| typedef _Alloc::size_type __gnu_pbds::trie_string_access_traits< String, Min_E_Val, Max_E_Val, Reverse, _Alloc >::size_type |
Definition at line 77 of file trie_policy.hpp.
| anonymous enum |
Definition at line 82 of file trie_policy.hpp.
| anonymous enum |
Definition at line 95 of file trie_policy.hpp.
|
inlinestatic |
Returns a const_iterator to the first element of key_const_reference agumnet.
Definition at line 58 of file trie_policy.hpp.
|
inlinestatic |
Maps an element to a position.
Definition at line 50 of file trie_policy.hpp.
|
inlinestatic |
Returns a const_iterator to the after-last element of key_const_reference argument.
Definition at line 66 of file trie_policy.hpp.