LogCabin
|
#include <iostream>
#include <map>
#include <sstream>
#include <stdexcept>
#include <string>
#include <typeinfo>
Go to the source code of this file.
Classes | |
class | LogCabin::Core::Config |
Reads and writes configuration files. More... | |
struct | LogCabin::Core::Config::Exception |
Base class for Config exceptions. More... | |
struct | LogCabin::Core::Config::FileNotFound |
struct | LogCabin::Core::Config::KeyNotFound |
struct | LogCabin::Core::Config::ConversionError |
Namespaces | |
namespace | LogCabin |
namespace | LogCabin::Core |
Functions | |
template<> | |
std::string | LogCabin::Core::Config::fromString< std::string > (const string &key, const string &s) |