|
ctrl-utils
|
Public Types | |
| using | TreeT = std::conditional_t< Const, const Tree< Key, T >, Tree< Key, T > > |
| using | iterator = Tree< Key, T >::Iterator< Const > |
Public Member Functions | |
| RootView (TreeT *tree) | |
| iterator | begin () const |
| iterator | end () const |
Protected Member Functions | |
| std::vector< Key > | FindRoots (TreeT *tree) |
Protected Attributes | |
| TreeT * | tree_ |
| std::vector< Key > | ids_ |