dodo
0.0.1
A C++ library to create containerized Linux services
|
#include <cstring>
#include <netdb.h>
#include <sstream>
#include <string>
#include <common/puts.hpp>
Go to the source code of this file.
Data Structures | |
class | dodo::common::SystemError |
Linux system error primitive to provide a consistent interface to Linux error codes. More... | |
Namespaces | |
dodo | |
A C++ platform interface to lean Linux services tailored for containerized deployment. | |
dodo::common | |
Common and utility interfaces. | |
Defines the dodo::common::SystemError class.
Definition in file systemerror.hpp.