dodo
0.0.1
A C++ library to create containerized Linux services
|
#include <iomanip>
#include <sstream>
#include <string>
#include <thread>
Go to the source code of this file.
Data Structures | |
class | dodo::common::Puts |
Helper class to write strings in stream format, eg. More... | |
struct | dodo::common::Puts::dec |
Put the stream in decimal mode. More... | |
struct | dodo::common::Puts::endl |
Mimics std::endl. More... | |
struct | dodo::common::Puts::fixed |
Put the stream in floating point fixed-format mode. More... | |
struct | dodo::common::Puts::hex |
Put the stream in hexadecimal mode. More... | |
struct | dodo::common::Puts::oct |
Put the stream in octal mode. More... | |
struct | dodo::common::Puts::scientific |
Put the stream in floating point scientific-format mode. More... | |
struct | dodo::common::Puts::setprecision |
Set the precision for floating point fixed format. More... | |
struct | dodo::common::Puts::setw |
Set the width of things to w characters. 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::Puts class.
Definition in file puts.hpp.