Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
Config.hpp File Reference
#include <toolbox/util/String.hpp>
#include <boost/container/flat_map.hpp>
#include <map>
Include dependency graph for Config.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  toolbox::util::Config
 Simple config reader with environment variable substitution. More...
 
class  toolbox::util::MultiConfig
 

Namespaces

namespace  toolbox
 
namespace  toolbox::util
 

Functions

template<typename FnT >
std::istream & toolbox::util::parse_section (std::istream &is, FnT fn, std::string *name=nullptr)