OpenMS
Param::ParamIterator::TraceInfo Struct Reference

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

#include <OpenMS/DATASTRUCTURES/Param.h>

Collaboration diagram for Param::ParamIterator::TraceInfo:
[legend]

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

Detailed Description

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

Constructor & Destructor Documentation

◆ TraceInfo()

TraceInfo ( const std::string &  n,
const std::string &  d,
bool  o 
)
inline

Constructor with name, description, and open flag.

Member Data Documentation

◆ description

std::string description

description of the node

◆ name

std::string name

name of the node

◆ opened

bool opened

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