OpenMS
|
#include <OpenMS/DATASTRUCTURES/ParamValue.h>
#include <OpenMS/OpenMSConfig.h>
#include <set>
#include <string>
#include <map>
Go to the source code of this file.
Classes | |
class | Param |
Management and storage of parameters / INI files. More... | |
struct | Param::ParamEntry |
Parameter entry used to store the actual information inside of a Param entry. More... | |
struct | Param::ParamNode |
Node inside a Param object which is used to build the internal tree. More... | |
class | Param::ParamIterator |
Forward const iterator for the Param class. More... | |
struct | Param::ParamIterator::TraceInfo |
Struct that captures information on entered / left nodes for ParamIterator. More... | |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
OpenMS::Logger | |
Log streams. | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Param ¶m) |
Output of Param to a stream. More... | |