idol
A C++ Framework for Optimization
|
Public Member Functions | |
Node (NodeInfoT *t_ptr_to_info, unsigned int t_id, const Node< NodeInfoT > &t_parent) | |
Node (const Node &)=default | |
Node (Node &&) noexcept=default | |
Node & | operator= (const Node &)=default |
Node & | operator= (Node &&) noexcept=default |
unsigned int | id () const |
unsigned int | level () const |
const NodeInfoT & | info () const |
NodeInfoT & | info () |
const Node< NodeInfoT > & | parent () const |
Static Public Member Functions | |
static Node< NodeInfoT > | create_root_node () |
static Node< NodeInfoT > | create_detached_node (NodeInfoT *t_ptr_to_info) |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |