dodo  0.0.1
A C++ library to create containerized Linux services
dodo Namespace Reference

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

Detailed Description

A C++ platform interface to lean Linux services tailored for containerized deployment.

Function Documentation

◆ closeLibrary()

void dodo::closeLibrary ( )

Close the dodo library.

See also
dodo::common::Application

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

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initLibrary()

void dodo::initLibrary ( )

Initialize the dodo library.

See also
dodo::common::Application

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

Here is the call graph for this function:
Here is the caller graph for this function: