Primary template, base class for branch structure policies. More...
#include <branch_policy.hpp>
Protected Types | |
typedef rebind_v::const_pointer | const_pointer |
typedef rebind_v::const_reference | const_reference |
typedef Node_Itr::value_type | it_type |
typedef rebind_k::const_reference | key_const_reference |
typedef value_type::first_type | key_type |
typedef remove_const< key_type >::type | rckey_type |
typedef remove_const< value_type >::type | rcvalue_type |
typedef _Alloc::template rebind< rckey_type >::other | rebind_k |
typedef _Alloc::template rebind< rcvalue_type >::other | rebind_v |
typedef rebind_v::reference | reference |
typedef std::iterator_traits< it_type >::value_type | value_type |
Protected Member Functions | |
virtual | ~branch_policy () |
virtual it_type | end ()=0 |
it_type | end_iterator () const |
Static Protected Member Functions | |
static key_const_reference | extract_key (const_reference r_val) |
Primary template, base class for branch structure policies.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
inlineprotectedvirtual |
|
protectedpure virtual |
Implemented in __gnu_pbds::trie_order_statistics_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >, __gnu_pbds::trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >, and __gnu_pbds::detail::trie_policy_base< Node_CItr, Node_Itr, _ATraits, _Alloc >.
Referenced by __gnu_pbds::detail::branch_policy< Node_CItr, Node_Itr, _Alloc >::end_iterator(), and __gnu_pbds::detail::branch_policy< Node_CItr, Node_CItr, _Alloc >::end_iterator().
|
inlineprotected |
References __gnu_pbds::detail::branch_policy< Node_CItr, Node_Itr, _Alloc >::end().
|
inlinestaticprotected |