|
dodo
0.0.1
A C++ library to create containerized Linux services
|
A C++ platform interface to lean Linux services tailored for containerized deployment. More...
Namespaces | |
| common | |
| Common and utility interfaces. | |
| network | |
| Interface for network communication. | |
| persist | |
| Persistent storage structures. | |
| threads | |
| Interface for Thread programming. | |
Data Structures | |
| class | BuildEnv |
| Build information, generated by cmake during builds from buildenv.hpp.in. More... | |
Functions | |
| void | closeLibrary () |
| Close the dodo library. More... | |
| void | initLibrary () |
| Initialize the dodo library. More... | |
A C++ platform interface to lean Linux services tailored for containerized deployment.
| void dodo::closeLibrary | ( | ) |
Close the dodo library.
Definition at line 51 of file dodo.hpp.
References dodo::threads::closeLibrary(), dodo::common::closeLibrary(), and dodo::network::closeLibrary().
Referenced by dodo::common::Application::~Application().


| void dodo::initLibrary | ( | ) |
Initialize the dodo library.
Definition at line 41 of file dodo.hpp.
References dodo::threads::initLibrary(), dodo::network::initLibrary(), and dodo::common::initLibrary().
Referenced by dodo::common::Application::Application().

