#include <ios_state.hpp>
Public Types | |
typedef ::std::ios_base::fmtflags | aspect_type |
typedef ::std::ios_base | state_type |
Public Member Functions | |
ios_flags_saver (state_type &s) | |
ios_flags_saver (state_type &s, aspect_type const &a) | |
void | restore () |
~ios_flags_saver () | |
Private Member Functions | |
ios_flags_saver & | operator= (const ios_flags_saver &) |
Private Attributes | |
aspect_type const | a_save_ |
state_type & | s_save_ |
Definition at line 32 of file ios_state.hpp.
typedef ::std::ios_base::fmtflags boost::io::ios_flags_saver::aspect_type |
Definition at line 36 of file ios_state.hpp.
typedef ::std::ios_base boost::io::ios_flags_saver::state_type |
Definition at line 35 of file ios_state.hpp.
|
inlineexplicit |
Definition at line 38 of file ios_state.hpp.
|
inline |
Definition at line 41 of file ios_state.hpp.
|
inline |
Definition at line 44 of file ios_state.hpp.
|
private |
|
inline |
Definition at line 47 of file ios_state.hpp.
|
private |
Definition at line 52 of file ios_state.hpp.
|
private |
Definition at line 51 of file ios_state.hpp.