libstdc++
|
Node iterator.
Definition at line 939 of file pat_trie_base.hpp.
typedef _Alloc::template rebind<metadata_type> __gnu_pbds::detail::pat_trie_base::_Node_citer< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >::__rebind_m [inherited] |
Const metadata reference type.
Definition at line 865 of file pat_trie_base.hpp.
typedef Node::metadata_type __gnu_pbds::detail::pat_trie_base::_Node_citer< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >::metadata_type [inherited] |
Metadata type.
Definition at line 862 of file pat_trie_base.hpp.
_Node_iter __gnu_pbds::detail::pat_trie_base::_Node_iter< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >::get_child | ( | size_type | i | ) | const [inline] |
Returns a node __iterator to the corresponding node's i-th child.
Reimplemented from __gnu_pbds::detail::pat_trie_base::_Node_citer< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >.
Definition at line 972 of file pat_trie_base.hpp.
References std::advance(), and std::begin().
metadata_const_reference __gnu_pbds::detail::pat_trie_base::_Node_citer< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >::get_metadata | ( | ) | const [inline, inherited] |
Metadata access.
Definition at line 890 of file pat_trie_base.hpp.
size_type __gnu_pbds::detail::pat_trie_base::_Node_citer< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >::num_children | ( | ) | const [inline, inherited] |
Returns the number of children in the corresponding node.
Definition at line 895 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*().
bool __gnu_pbds::detail::pat_trie_base::_Node_citer< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >::operator!= | ( | const _Node_citer< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc > & | other | ) | const [inline, inherited] |
Compares content (negatively) to a different iterator object.
Definition at line 923 of file pat_trie_base.hpp.
reference __gnu_pbds::detail::pat_trie_base::_Node_iter< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >::operator* | ( | ) | const [inline] |
Access; returns the iterator* associated with the current leaf.
Reimplemented from __gnu_pbds::detail::pat_trie_base::_Node_citer< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >.
Definition at line 964 of file pat_trie_base.hpp.
bool __gnu_pbds::detail::pat_trie_base::_Node_citer< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >::operator== | ( | const _Node_citer< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc > & | other | ) | const [inline, inherited] |
Compares content to a different iterator object.
Definition at line 918 of file pat_trie_base.hpp.
std::pair<a_const_iterator, a_const_iterator> __gnu_pbds::detail::pat_trie_base::_Node_citer< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >::valid_prefix | ( | ) | const [inline, inherited] |
Subtree valid prefix.
Definition at line 876 of file pat_trie_base.hpp.
References std::make_pair().