Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Public Attributes | List of all members
Param::ParamIterator::TraceInfo Struct Reference

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...
 

Detailed Description

Struct that captures information on entered / left nodes for ParamIterator.

Constructor & Destructor Documentation

◆ TraceInfo()

TraceInfo ( const String n,
const String d,
bool  o 
)
inline

Constructor with name, description, and open flag.

Member Data Documentation

◆ description

String description

description of the node

◆ name

String name

name of the node

◆ opened

bool opened

If it was opened (true) or closed (false)


OpenMS / TOPP release 2.3.0 Documentation generated on Tue Jan 9 2018 18:22:11 using doxygen 1.8.13