dodo  0.0.1
A C++ library to create containerized Linux services
bytes.hpp File Reference
#include <string>
#include <cassert>
Include dependency graph for bytes.hpp:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Defines the dodo::common::Bytes class.

Definition in file bytes.hpp.