|
dodo
0.0.1
A C++ library to create containerized Linux services
|
#include <fstream>#include <iostream>#include <sstream>#include <common/config.hpp>#include <common/datacrypt.hpp>#include <common/exception.hpp>#include <common/util.hpp>
Go to the source code of this file.
Namespaces | |
| dodo | |
| A C++ platform interface to lean Linux services tailored for containerized deployment. | |
| dodo::common | |
| Common and utility interfaces. | |
Implements the dodo::common::Config class.
Definition in file config.cpp.