dodo
0.0.1
A C++ library to create containerized Linux services
|
#include <map>
#include <string>
#include <yaml-cpp/yaml.h>
#include <common/bytes.hpp>
#include <common/exception.hpp>
#include <threads/mutex.hpp>
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. | |
Defines the dodo::common::Config class.
Definition in file config.hpp.