Class that saves the current iostream state and restores it on destruction.
More...
#include <SaveStreamState.h>
Class that saves the current iostream state and restores it on destruction.
Definition at line 40 of file SaveStreamState.h.
◆ SaveStreamState()
| SaveStreamState::SaveStreamState |
( |
std::ios & |
stream | ) |
|
|
inlineexplicit |
◆ ~SaveStreamState()
| virtual SaveStreamState::~SaveStreamState |
( |
| ) |
|
|
inlinevirtual |
Destructor restores the stream to its previous state.
Definition at line 56 of file SaveStreamState.h.
◆ m_stream_fill
| char SaveStreamState::m_stream_fill |
|
protected |
◆ m_stream_flags
| std::ios_base::fmtflags SaveStreamState::m_stream_flags |
|
protected |
◆ m_stream_precision
| std::streamsize SaveStreamState::m_stream_precision |
|
protected |
◆ m_stream_ref
| std::ios& SaveStreamState::m_stream_ref |
|
protected |
The documentation for this class was generated from the following file: