|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| Flags () noexcept | |
Public Attributes | |
| unsigned int | is_root: 1 |
| unsigned int | is_leaf: 1 |
| unsigned int | is_leftmost: 1 |
| unsigned int | is_rightmost: 1 |
Definition at line 94 of file tpl_tree_node.H.
|
inlinenoexcept |
Definition at line 100 of file tpl_tree_node.H.
Definition at line 97 of file tpl_tree_node.H.
Referenced by Aleph::Tree_Node< T >::is_leaf(), and Aleph::Tree_Node< T >::set_is_leaf().
Definition at line 98 of file tpl_tree_node.H.
Referenced by Aleph::Tree_Node< T >::is_leftmost(), and Aleph::Tree_Node< T >::set_is_leftmost().
Definition at line 99 of file tpl_tree_node.H.
Referenced by Aleph::Tree_Node< T >::is_rightmost(), and Aleph::Tree_Node< T >::set_is_rightmost().
Definition at line 96 of file tpl_tree_node.H.
Referenced by Aleph::Tree_Node< T >::is_root(), and Aleph::Tree_Node< T >::set_is_root().