libstdc++
|
Node const iterator.
Definition at line 810 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 |
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 |
Metadata type.
Definition at line 862 of file pat_trie_base.hpp.
_Node_citer __gnu_pbds::detail::pat_trie_base::_Node_citer< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >::get_child | ( | size_type | i | ) | const [inline] |
Returns a __const node __iterator to the corresponding node's i-th child.
Reimplemented in __gnu_pbds::detail::pat_trie_base::_Node_iter< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >.
Definition at line 907 of file pat_trie_base.hpp.
References std::advance().
metadata_const_reference __gnu_pbds::detail::pat_trie_base::_Node_citer< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >::get_metadata | ( | ) | const [inline] |
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] |
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] |
Compares content (negatively) to a different iterator object.
Definition at line 923 of file pat_trie_base.hpp.
const_reference __gnu_pbds::detail::pat_trie_base::_Node_citer< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >::operator* | ( | ) | const [inline] |
Const access; returns the __const iterator* associated with the current leaf.
Reimplemented in __gnu_pbds::detail::pat_trie_base::_Node_iter< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >.
Definition at line 882 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] |
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] |
Subtree valid prefix.
Definition at line 876 of file pat_trie_base.hpp.
References std::make_pair().