libstdc++
|
#include <pat_trie_base.hpp>
Public Types | |
typedef value_type | const_reference |
typedef trivial_iterator_difference_type | difference_type |
typedef trivial_iterator_tag | iterator_category |
typedef rebind_traits< _Alloc, metadata_type >::const_reference | metadata_const_reference |
typedef Node::metadata_type | metadata_type |
typedef value_type | reference |
typedef base_type::size_type | size_type |
typedef Iterator | value_type |
Public Member Functions | |
_Node_iter (node_pointer p_nd=0, a_const_pointer p_traits=0) | |
_Node_iter | get_child (size_type i) const |
metadata_const_reference | get_metadata () const |
size_type | num_children () const |
bool | operator!= (const _Node_citer &other) const |
reference | operator* () const |
bool | operator== (const _Node_citer &other) const |
std::pair< a_const_iterator, a_const_iterator > | valid_prefix () const |
Public Attributes | |
node_pointer | m_p_nd |
a_const_pointer | m_p_traits |
Protected Types | |
typedef Node::a_const_iterator | a_const_iterator |
typedef rebind_traits< _Alloc, Inode >::const_pointer | inode_const_pointer |
typedef rebind_traits< _Alloc, Leaf >::const_pointer | leaf_const_pointer |
typedef rebind_traits< _Alloc, Leaf >::pointer | leaf_pointer |
Node iterator.
Definition at line 934 of file pat_trie_base.hpp.
|
protectedinherited |
Definition at line 822 of file pat_trie_base.hpp.
typedef value_type __gnu_pbds::detail::pat_trie_base::_Node_iter< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >::const_reference |
Definition at line 950 of file pat_trie_base.hpp.
|
inherited |
Definition at line 851 of file pat_trie_base.hpp.
|
protectedinherited |
Definition at line 819 of file pat_trie_base.hpp.
|
inherited |
Definition at line 850 of file pat_trie_base.hpp.
|
protectedinherited |
Definition at line 816 of file pat_trie_base.hpp.
|
protectedinherited |
Definition at line 815 of file pat_trie_base.hpp.
|
inherited |
Const metadata reference type.
Definition at line 862 of file pat_trie_base.hpp.
|
inherited |
Metadata type.
Definition at line 859 of file pat_trie_base.hpp.
typedef value_type __gnu_pbds::detail::pat_trie_base::_Node_iter< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >::reference |
Definition at line 949 of file pat_trie_base.hpp.
typedef base_type::size_type __gnu_pbds::detail::pat_trie_base::_Node_iter< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >::size_type |
Definition at line 946 of file pat_trie_base.hpp.
typedef Iterator __gnu_pbds::detail::pat_trie_base::_Node_iter< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >::value_type |
Definition at line 948 of file pat_trie_base.hpp.
|
inline |
Definition at line 952 of file pat_trie_base.hpp.
|
inline |
Returns a node __iterator to the corresponding node's i-th child.
Definition at line 966 of file pat_trie_base.hpp.
References std::advance().
|
inlineinherited |
Metadata access.
Definition at line 885 of file pat_trie_base.hpp.
|
inlineinherited |
Returns the number of children in the corresponding node.
Definition at line 890 of file pat_trie_base.hpp.
References std::distance().
Referenced by __gnu_pbds::detail::pat_trie_base::_Node_citer< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >::operator*(), and __gnu_pbds::detail::pat_trie_base::_Node_iter< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >::operator*().
|
inlineinherited |
Compares content (negatively) to a different iterator object.
Definition at line 918 of file pat_trie_base.hpp.
|
inline |
Access; returns the iterator* associated with the current leaf.
Definition at line 958 of file pat_trie_base.hpp.
|
inlineinherited |
Compares content to a different iterator object.
Definition at line 913 of file pat_trie_base.hpp.
|
inlineinherited |
Subtree valid prefix.
Definition at line 871 of file pat_trie_base.hpp.
|
inherited |
Definition at line 921 of file pat_trie_base.hpp.
|
inherited |
Definition at line 922 of file pat_trie_base.hpp.