|
dodo
0.0.1
A C++ library to create containerized Linux services
|
#include <string>#include <cassert>

Go to the source code of this file.
Data Structures | |
| class | dodo::common::Bytes |
| An array of Octets with size elements. More... | |
Namespaces | |
| dodo | |
| A C++ platform interface to lean Linux services tailored for containerized deployment. | |
| dodo::common | |
| Common and utility interfaces. | |
Typedefs | |
| typedef uint8_t | dodo::common::Octet |
| Octet aka 'byte'. More... | |
Defines the dodo::common::Bytes class.
Definition in file bytes.hpp.