dodo  0.0.1
A C++ library to create containerized Linux services
puts.hpp File Reference
#include <iomanip>
#include <sstream>
#include <string>
#include <thread>
Include dependency graph for puts.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::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.
 

Detailed Description

Defines the dodo::common::Puts class.

Definition in file puts.hpp.