#include <tree.hpp>
List of all members.
Public Member Functions |
| | TreeElement (const Segment &segment_in, const SegmentMap::const_iterator &parent_in, unsigned int q_nr_in) |
Static Public Member Functions |
| static TreeElementType | Root (const std::string &root_name) |
Public Attributes |
std::vector
< SegmentMap::const_iterator > | children |
| SegmentMap::const_iterator | parent |
| unsigned int | q_nr |
| Segment | segment |
Private Member Functions |
| | TreeElement (const std::string &name) |
Detailed Description
Definition at line 66 of file tree.hpp.
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: