|
using | TreeT = std::conditional_t< Const, const Tree< Key, T >, Tree< Key, T > > |
|
using | iterator = Tree< Key, T >::Iterator< Const > |
|
|
| DescendantView (TreeT *tree, const Key &id, SearchType search_type, size_t max_depth) |
|
| DescendantView (TreeT *tree, SearchType search_type, size_t max_depth) |
|
iterator | begin () const |
|
iterator | end () const |
|
|
void | AddDescendantsDfs (const Key &id, size_t max_depth) |
|
void | AddDescendantsDfsDepth (const Key &id, size_t max_depth, size_t depth) |
|
void | AddDescendantsBfs (const Key &id, size_t max_depth) |
|
|
TreeT * | tree_ |
|
std::vector< Key > | ids_ |
|
The documentation for this class was generated from the following file:
- /home/runner/work/ctrl-utils/ctrl-utils/include/ctrl_utils/tree.h