#include <stream_fmt.hpp>
This aggregates the std::ios::fmtflags with width, precision and fill character.
Public Member Functions | |
stream_fmt (const std::ios &strm) | |
stream_fmt (const stream_fmt &fmt) | |
void | applyTo (std::ios &strm) const |
Apply this format to stream. | |
bool | operator== (const stream_fmt &rhs) const |
bool | operator!= (const stream_fmt &rhs) const |
Public Attributes | |
const int | width |
const int | precision |
const char | fillChar |
const std::ios::fmtflags | flags |