libstdc++
|
#include <traits.hpp>
Specialization.
Definition at line 109 of file pat_trie_/traits.hpp.
typedef _ATraits __gnu_pbds::detail::trie_traits< Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc >::access_traits |
Definition at line 118 of file pat_trie_/traits.hpp.
typedef base_type::_CIter<node, leaf, head, inode, true> __gnu_pbds::detail::trie_traits< Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc >::const_iterator |
Definition at line 128 of file pat_trie_/traits.hpp.
typedef base_type::_CIter<node, leaf, head, inode, false> __gnu_pbds::detail::trie_traits< Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc >::const_reverse_iterator |
Definition at line 130 of file pat_trie_/traits.hpp.
typedef base_type::_Head<synth_access_traits, metadata> __gnu_pbds::detail::trie_traits< Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc >::head |
Definition at line 124 of file pat_trie_/traits.hpp.
typedef base_type::_Inode<synth_access_traits, metadata> __gnu_pbds::detail::trie_traits< Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc >::inode |
Definition at line 126 of file pat_trie_/traits.hpp.
typedef const_iterator __gnu_pbds::detail::trie_traits< Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc >::iterator |
Definition at line 129 of file pat_trie_/traits.hpp.
typedef base_type::_Leaf<synth_access_traits, metadata> __gnu_pbds::detail::trie_traits< Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc >::leaf |
Definition at line 125 of file pat_trie_/traits.hpp.
typedef base_type::_Metadata<metadata_type, _Alloc> __gnu_pbds::detail::trie_traits< Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc >::metadata |
Definition at line 117 of file pat_trie_/traits.hpp.
typedef trie_node_metadata_dispatch<Key,null_type,_ATraits,Node_Update,_Alloc>::type __gnu_pbds::detail::trie_traits< Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc >::metadata_type |
Definition at line 116 of file pat_trie_/traits.hpp.
typedef base_type::_Node_base<synth_access_traits, metadata> __gnu_pbds::detail::trie_traits< Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc >::node |
Definition at line 123 of file pat_trie_/traits.hpp.
typedef base_type::_Node_citer<node, leaf, head, inode, const_iterator, iterator, _Alloc> __gnu_pbds::detail::trie_traits< Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc >::node_const_iterator |
This is an iterator to an iterator: it iterates over nodes, and de-referencing it returns one of the tree's iterators.
Definition at line 135 of file pat_trie_/traits.hpp.
typedef node_const_iterator __gnu_pbds::detail::trie_traits< Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc >::node_iterator |
Definition at line 137 of file pat_trie_/traits.hpp.
typedef Node_Update<node_const_iterator, node_iterator, _ATraits, _Alloc> __gnu_pbds::detail::trie_traits< Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc >::node_update |
Type for node update.
Definition at line 140 of file pat_trie_/traits.hpp.
typedef null_node_update<node_const_iterator, node_const_iterator, _ATraits, _Alloc>* __gnu_pbds::detail::trie_traits< Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc >::null_node_update_pointer |
Definition at line 142 of file pat_trie_/traits.hpp.
typedef const_reverse_iterator __gnu_pbds::detail::trie_traits< Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc >::reverse_iterator |
Definition at line 131 of file pat_trie_/traits.hpp.
typedef __gnu_pbds::detail::synth_access_traits<type_traits, true, access_traits> __gnu_pbds::detail::trie_traits< Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc >::synth_access_traits |
Type for synthesized traits.
Definition at line 121 of file pat_trie_/traits.hpp.