#include <string>
#include <fstream>
#include <stdlib.h>
#include <map>
#include <vector>
#include "logger.h"
#include "Exceptions.h"
#include "Destroyer.h"
Go to the source code of this file.
Classes | |
class | treqs::TreqsConfig |
Parsing the configuration file and providing it to other classes. More... | |
Namespaces | |
namespace | treqs |
Defines | |
#define | CONFIGFILE_H |
Typedefs | |
typedef std::pair< std::string, std::string > | treqs::ConfigKey_t |
This type describes a pair SECTION/KEY. | |
Enumerations | |
enum | treqs::ConfSections { treqs::MAIN, treqs::TREQSDB, treqs::FILECOPY } |
#define CONFIGFILE_H |