MarlinMT
0.1.0
|
#include <string>
#include <map>
#include <vector>
#include <marlinmt/Utils.h>
#include <marlinmt/Exceptions.h>
Go to the source code of this file.
Classes | |
class | marlinmt::ConfigSection |
ConfigSection class Holds a set of parameters and subsection. More... | |
class | marlinmt::Configuration |
Configuration class. More... | |
class | marlinmt::ConfigReader |
ConfigReader base class Interface for reading configuration. More... | |
class | marlinmt::ConfigWriter |
ConfigWriter base class Interface for writing configuration. More... | |
class | marlinmt::ConfigHelper |
ConfigHelper class A simple class with helper methods for configuration. More... | |
Namespaces | |
marlinmt | |
Functions | |
std::ostream & | marlinmt::operator<< (std::ostream &stream, const Configuration &cfg) |
Stream operator. More... | |