|
Thrill
0.1
|
splay tree node, also seen as public iterator
Definition at line 227 of file splay_tree.hpp.
Collaboration diagram for SplayTree< Key, Compare, Duplicates, Allocator >::Node:#include <splay_tree.hpp>
Public Member Functions | |
| Node (const Key &k) | |
Public Attributes | |
| Key | key |
| Node * | left = nullptr |
| Node * | right = nullptr |
|
inlineexplicit |
Definition at line 230 of file splay_tree.hpp.
Referenced by SplayTree< Key, Compare, Duplicates, Allocator >::insert().
| Key key |
Definition at line 229 of file splay_tree.hpp.
Referenced by SplayTree< Key, Compare, Duplicates, Allocator >::erase(), SplayTree< Key, Compare, Duplicates, Allocator >::exists(), SplayTree< Key, Compare, Duplicates, Allocator >::insert(), and SplayTree< Key, Compare, Duplicates, Allocator >::traverse_preorder().
| Node* left = nullptr |
Definition at line 228 of file splay_tree.hpp.
| Node * right = nullptr |
Definition at line 228 of file splay_tree.hpp.