Multi diag tools
|
Node identifier used in LibraryTree. More...
#include <LibraryTreeNode.h>
Public Member Functions | |
constexpr | LibraryTreeNode () noexcept=default |
Construct a null tree node. | |
constexpr | LibraryTreeNode (int id) noexcept |
Construct a tree node. | |
constexpr int | id () const noexcept |
Get node id. | |
constexpr bool | isNull () const noexcept |
Check if this tree node is null. More... | |
Node identifier used in LibraryTree.
Definition at line 30 of file LibraryTreeNode.h.
|
inlinenoexcept |
Check if this tree node is null.
A tree noode is null if its id is 0
Definition at line 56 of file LibraryTreeNode.h.