Jpp
18.2.1-ARCA-DF-PATCH
the software that should make you happy
|
Data structure for format specifications. More...
#include <JManip.hh>
Public Types | |
typedef std::ios_base::fmtflags | fmtflags |
Public Member Functions | |
JFormat_t () | |
Default constructor. More... | |
JFormat_t (const int width, const int precision=0, const fmtflags flags=fmtflags(), const char fill= ' ') | |
Constructor. More... | |
JFormat_t (std::ostream &out) | |
Constructor. More... | |
bool | is_valid () const |
Check validity of this manipulator. More... | |
void | get (std::ostream &out) |
Get format specificaton from given output stream. More... | |
void | put (std::ostream &out) const |
Put format specificaton to given output stream. More... | |
Public Attributes | |
int | width |
int | precision |
fmtflags | flags |
char | fill |
Friends | |
std::ostream & | operator<< (std::ostream &out, const JFormat_t &format) |
Format specifier. More... | |
typedef std::ios_base::fmtflags JFormat_t::fmtflags |
|
inline |
|
inline |
|
inline |
Check validity of this manipulator.
|
inline |
|
inline |
|
friend |
Format specifier.
out | output stream |
format | format |
Definition at line 613 of file JManip.hh.