dodo  0.0.1
A C++ library to create containerized Linux services
common.hpp File Reference
#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>
Include dependency graph for common.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Includes network headers and implements network::initLibrary() and network::closeLibrary().

Definition in file common.hpp.