libstdc++
|
Public Types | |
typedef _Alloc::template rebind< metadata_type > ::other::const_reference | metadata_const_reference |
typedef _Alloc::template rebind< metadata_type > ::other::reference | metadata_reference |
typedef Metadata | metadata_type |
typedef _Alloc::template rebind< splay_tree_node_ < Value_Type, Metadata, _Alloc > >::other::pointer | node_pointer |
typedef Value_Type | value_type |
Public Member Functions | |
metadata_const_reference | get_metadata () const |
metadata_reference | get_metadata () |
bool | special () const |
Public Attributes | |
metadata_type | m_metadata |
node_pointer | m_p_left |
node_pointer | m_p_parent |
node_pointer | m_p_right |
bool | m_special |
value_type | m_value |
Node for splay tree.
Definition at line 50 of file splay_tree_/node.hpp.