|
dodo
0.0.1
A C++ library to create containerized Linux services
|
#include <common/application.hpp>#include <common/cache.hpp>#include <common/config.hpp>#include <common/datacrypt.hpp>#include <common/exception.hpp>#include <common/bytes.hpp>#include <common/puts.hpp>#include <common/systemerror.hpp>#include <common/util.hpp>#include <openssl/rand.h>

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. | |
Functions | |
| void | dodo::common::closeLibrary () |
| Close the common library. More... | |
| void | dodo::common::initLibrary () |
| Initialize the common library. More... | |
Includes network headers and implements network::initLibrary() and network::closeLibrary().
Definition in file common.hpp.