ctrl-utils
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ctrl_utils::Tree< Key, T >::RootView< Const > Class Template Reference

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_
 

The documentation for this class was generated from the following file: