#include <OpenMS/CONCEPT/Types.h>
#include <OpenMS/DATASTRUCTURES/DataValue.h>
#include <OpenMS/DATASTRUCTURES/String.h>
#include <OpenMS/CONCEPT/Exception.h>
#include <OpenMS/FORMAT/XMLFile.h>
#include <map>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | OpenMS |
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... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Param ¶m) |
Output of Param to a stream. |
Generated Tue Apr 1 15:36:39 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |