![]() |
OpenWalnut
1.5.0dev
|
implements a compare operator for nodes inside a tree structure, depending on the Size More...
Collaboration diagram for WHtree::compSize:Public Member Functions | |
| compSize (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 inside a tree structure, depending on the Size
|
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 751 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 762 of file WHtree.h.
References WHtree::getNode(), and m_tree.
Here is the call graph for this function:| const WHtree* const WHtree::compSize::m_tree |
stores pointer to tree we work on
Definition at line 735 of file WHtree.h.
Referenced by operator()().