OpenDDS
Snapshot(2023/04/07-19:43)
|
#include <RestoreOutputStreamState.h>
Public Member Functions | |
RestoreOutputStreamState (std::ostream &stream) | |
~RestoreOutputStreamState () | |
Private Attributes | |
std::ostream & | stream_ |
std::ios | saved_ |
Save and automatically restore various formatting properties of a std::ostream. This should be used in custom operator<< overload functions when changing these properties.
Definition at line 24 of file RestoreOutputStreamState.h.
|
inlineexplicit |
Definition at line 26 of file RestoreOutputStreamState.h.
References saved_.
|
inline |
Definition at line 33 of file RestoreOutputStreamState.h.
References saved_, and stream_.
|
private |
Definition at line 40 of file RestoreOutputStreamState.h.
Referenced by RestoreOutputStreamState(), and ~RestoreOutputStreamState().
|
private |
Definition at line 39 of file RestoreOutputStreamState.h.
Referenced by ~RestoreOutputStreamState().