dodo  0.0.1
A C++ library to create containerized Linux services
config.hpp File Reference
#include <map>
#include <string>
#include <yaml-cpp/yaml.h>
#include <common/bytes.hpp>
#include <common/exception.hpp>
#include <threads/mutex.hpp>
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.

Data Structures

class  dodo::common::Config
 Singleton interface to a (read-only) deployment configuration, combining data from the deployment configuration file, environment variables and some operating system attributes such as the CPU count, RAM and virtual memory size. More...
 

Namespaces

 dodo
 A C++ platform interface to lean Linux services tailored for containerized deployment.
 
 dodo::common
 Common and utility interfaces.
 

Detailed Description

Defines the dodo::common::Config class.

Definition in file config.hpp.