Jpp
15.0.3
the software that should make you happy
|
Auxiliary class to temporarily define format specifications. More...
#include <JManip.hh>
Public Types | |
typedef std::ios_base::fmtflags | fmtflags |
Public Member Functions | |
JFormat (std::ostream &out) | |
Constructor. More... | |
JFormat (std::ostream &out, const JFormat_t &format) | |
Constructor. More... | |
~JFormat () | |
Destructor. 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 |
Private Attributes | |
std::ostream & | out |
const JFormat_t | format |
Auxiliary class to temporarily define format specifications.
The format specification of the output stream in use will be restored when this object is destroyed.
|
inherited |
|
inline |
|
inline |
|
inline |
Destructor.
Definition at line 663 of file JManip.hh.
|
inlineinherited |
Check validity of this manipulator.
|
inlineinherited |
|
inlineinherited |