libstdc++
|
#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 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.
Definition at line 52 of file branch_policy.hpp.
|
protected |
Definition at line 67 of file branch_policy.hpp.
|
protected |
Definition at line 66 of file branch_policy.hpp.
|
protected |
Definition at line 55 of file branch_policy.hpp.
|
protected |
Definition at line 69 of file branch_policy.hpp.
|
protected |
Definition at line 57 of file branch_policy.hpp.
|
protected |
Definition at line 60 of file branch_policy.hpp.
|
protected |
Definition at line 59 of file branch_policy.hpp.
|
protected |
Definition at line 63 of file branch_policy.hpp.
|
protected |
Definition at line 62 of file branch_policy.hpp.
|
protected |
Definition at line 65 of file branch_policy.hpp.
|
protected |
Definition at line 56 of file branch_policy.hpp.
|
inlineprotectedvirtual |
Definition at line 83 of file branch_policy.hpp.
|
inlineprotected |
Definition at line 79 of file branch_policy.hpp.
|
inlinestaticprotected |
Definition at line 72 of file branch_policy.hpp.