OpenMS
|
Struct that captures information on entered / left nodes for ParamIterator. More...
#include <OpenMS/DATASTRUCTURES/Param.h>
Public Member Functions | |
TraceInfo (const std::string &n, const std::string &d, bool o) | |
Constructor with name, description, and open flag. More... | |
Public Attributes | |
std::string | name |
name of the node More... | |
std::string | description |
description of the node More... | |
bool | opened |
If it was opened (true) or closed (false) More... | |
Struct that captures information on entered / left nodes for ParamIterator.
|
inline |
Constructor with name, description, and open flag.
std::string description |
description of the node
std::string name |
name of the node
bool opened |
If it was opened (true) or closed (false)