Struct that captures information on entered / left nodes for ParamIterator. More...
#include <OpenMS/DATASTRUCTURES/Param.h>
Public Member Functions | |
| TraceInfo (const String &n, const String &d, bool o) | |
| Constructor with name, description, and open flag. | |
Public Attributes | |
| String | name |
| name of the node | |
| String | description |
| description of the node | |
| bool | opened |
| If it was opened (true) or closed (false). | |
Struct that captures information on entered / left nodes for ParamIterator.
Constructor with name, description, and open flag.
description of the node
| bool opened |
If it was opened (true) or closed (false).
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:52 using doxygen 1.7.1 |