Stores precision, fillChar and fieldWidth applied by STD streams.
More...
#include <IosFormat.h>
|
| IosFormat (const std::ostream &ostr=std::cout) |
|
void | copyFrom (const std::ostream &ostr) |
|
void | copyTo (std::ostream &ostr) const |
|
char | getFillChar () const |
|
void | setFillChar (char c) |
|
std::streamsize | getFieldWidth () const |
|
void | setFieldWidth (std::streamsize w) |
|
std::streamsize | getPrecision () const |
|
void | setPrecision (std::streamsize precision) |
|
|
std::streamsize | precision |
|
std::streamsize | fieldWidth |
|
char | fillChar |
|
Stores precision, fillChar and fieldWidth applied by STD streams.
The documentation for this class was generated from the following file: