#include <traversal_node.hpp>
Public Types | |
using | id_type = id_t |
Public Member Functions | |
virtual bool | is_leaf () const =0 |
virtual id_type | hot_child () const =0 |
virtual id_type | distant_child () const =0 |
virtual id_type | parent () const |
using ML::experimental::forest::traversal_node< id_t >::id_type = id_t |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
inlinevirtual |