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.  More... | |
| Public Attributes | |
| String | name | 
| name of the node  More... | |
| 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.
Constructor with name, description, and open flag.
| String description | 
description of the node
| String name | 
name of the node
| bool opened | 
If it was opened (true) or closed (false)
| OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:29 using doxygen 1.8.5 |