![]() |
OpenWalnut
1.5.0dev
|
implements a compare operator for nodes, depending on the hierarchical level More...
Collaboration diagram for WHtree::compHLevel:Public Member Functions | |
| compHLevel (const WHtree *const tree) | |
| structure constructor, stores the tree pointer into the data member More... | |
| bool | operator() (const nodeID_t &lhs, const nodeID_t &rhs) const |
| the comparison operator result when using nodeID_t types More... | |
| bool | operator() (const size_t lhs, const size_t rhs) const |
| the comparison operator result when using size_t types More... | |
Public Attributes | |
| const WHtree *const | m_tree |
| stores pointer to tree we work on More... | |
implements a compare operator for nodes, depending on the hierarchical level
|
inlineexplicit |
|
inline |
the comparison operator result when using nodeID_t types
| lhs | the left hand side object |
| rhs | the right hand side object |
Definition at line 787 of file WHtree.h.
References WHtree::getNode(), and m_tree.
Here is the call graph for this function:
|
inline |
the comparison operator result when using size_t types
| lhs | the left hand side object |
| rhs | the right hand side object |
Definition at line 805 of file WHtree.h.
References WHtree::getNode(), and m_tree.
Here is the call graph for this function:| const WHtree* const WHtree::compHLevel::m_tree |
stores pointer to tree we work on
Definition at line 771 of file WHtree.h.
Referenced by operator()().