|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <tpl_dynSetTree.H>
Public Member Functions | |
| AbstractTreeNodeAllocator ()=default | |
| virtual Node * | alloc_lval (const typename Node::key_type &key)=0 |
| virtual Node * | alloc_rval (typename Node::key_type &&key)=0 |
| virtual void | unalloc (Node *)=0 |
| virtual | ~AbstractTreeNodeAllocator ()=default |
Definition at line 82 of file tpl_dynSetTree.H.
|
default |
|
virtualdefault |
|
pure virtual |
Implemented in Aleph::DftTreeNodeAllocator< Node >, and Aleph::ArenaTreeAllocator< Node >.
|
pure virtual |
Implemented in Aleph::DftTreeNodeAllocator< Node >, and Aleph::ArenaTreeAllocator< Node >.
|
pure virtual |
Implemented in Aleph::DftTreeNodeAllocator< Node >, and Aleph::ArenaTreeAllocator< Node >.