__gnu_pbds::trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >(3cxx) | __gnu_pbds::trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >(3cxx) |
NAME¶
__gnu_pbds::trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc > -SYNOPSIS¶
Inherits __gnu_pbds::detail::trie_policy_base< Node_CItr, Node_Itr, _ATraits, _Alloc >.Public Types¶
typedef
Public Member Functions¶
std::pair< const_iterator,
Protected Member Functions¶
void operator() (node_iterator node_it, node_const_iterator end_nd_it) const
Private Types¶
typedef rebind_v::const_pointer const_pointer
Private Member Functions¶
it_type end_iterator () const
Static Private Member Functions¶
static size_type common_prefix_len (node_iterator, e_const_iterator, e_const_iterator, const access_traits &)
Detailed Description¶
template<typename Node_CItr, typename Node_Itr, typename _ATraits, typename _Alloc>class __gnu_pbds::trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >¶
A node updator that allows tries to be searched for the range of values that match a certain prefix. Definition at line 155 of file trie_policy.hpp.Member Typedef Documentation¶
template<typename Node_CItr, typename Node_Itr, typename _ATraits, typename _Alloc> typedef access_traits::const_iterator __gnu_pbds::trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >:: a_const_iterator¶
Const element iterator. Definition at line 168 of file trie_policy.hpp.template<typename Node_CItr, typename Node_Itr, typename _ATraits, typename _Alloc> typedef _ATraits __gnu_pbds::trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >:: access_traits¶
Element access traits. Definition at line 165 of file trie_policy.hpp.template<typename Node_CItr, typename Node_Itr, typename _ATraits, typename _Alloc> typedef _Alloc __gnu_pbds::trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >:: allocator_type¶
_Alloc type. Definition at line 171 of file trie_policy.hpp.template<typename Node_CItr, typename Node_Itr, typename _ATraits, typename _Alloc> typedef allocator_type::size_type __gnu_pbds::trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >:: size_type¶
Size type. Definition at line 174 of file trie_policy.hpp.Member Function Documentation¶
template<typename Node_CItr , typename Node_Itr , typename _ATraits , typename _Alloc > void __gnu_pbds::trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >::operator() (node_iteratornode_it, node_const_iteratorend_nd_it) const [inline], [protected]¶
Called to update a node's metadata. Definition at line 139 of file trie_policy.hpp.template<typename Node_CItr , typename Node_Itr , typename _ATraits , typename _Alloc > std::pair< typename trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >::const_iterator, typename trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >::const_iterator > __gnu_pbds::trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >::prefix_range (key_const_referencer_key) const¶
Finds the const iterator range corresponding to all values whose prefixes match r_key. Definition at line 47 of file trie_policy.hpp.template<typename Node_CItr , typename Node_Itr , typename _ATraits , typename _Alloc > std::pair< typename trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >::iterator, typename trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >::iterator > __gnu_pbds::trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >::prefix_range (key_const_referencer_key)¶
Finds the iterator range corresponding to all values whose prefixes match r_key. Definition at line 58 of file trie_policy.hpp.template<typename Node_CItr , typename Node_Itr , typename _ATraits , typename _Alloc > std::pair< typename trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >::const_iterator, typename trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >::const_iterator > __gnu_pbds::trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >::prefix_range ( a_const_iteratorb, a_const_iteratore) const¶
Finds the const iterator range corresponding to all values whose prefixes match [b, e). Definition at line 69 of file trie_policy.hpp.template<typename Node_CItr , typename Node_Itr , typename _ATraits , typename _Alloc > std::pair< typename trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >::iterator, typename trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >::iterator > __gnu_pbds::trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >::prefix_range ( a_const_iteratorb, a_const_iteratore)¶
Finds the iterator range corresponding to all values whose prefixes match [b, e). Definition at line 84 of file trie_policy.hpp.Author¶
Generated automatically by Doxygen for libstdc++ from the source code.Fri Dec 19 2014 | libstdc++ |