#include <ios_state.hpp>
Public Types | |
typedef ::std::streamsize | aspect_type |
typedef ::std::ios_base | state_type |
Public Member Functions | |
ios_width_saver (state_type &s) | |
ios_width_saver (state_type &s, aspect_type const &a) | |
void | restore () |
~ios_width_saver () | |
Private Member Functions | |
ios_width_saver & | operator= (const ios_width_saver &) |
Private Attributes | |
aspect_type const | a_save_ |
state_type & | s_save_ |
Definition at line 82 of file ios_state.hpp.
typedef ::std::streamsize boost::io::ios_width_saver::aspect_type |
Definition at line 86 of file ios_state.hpp.
typedef ::std::ios_base boost::io::ios_width_saver::state_type |
Definition at line 85 of file ios_state.hpp.
|
inlineexplicit |
Definition at line 88 of file ios_state.hpp.
|
inline |
Definition at line 91 of file ios_state.hpp.
|
inline |
Definition at line 94 of file ios_state.hpp.
|
private |
|
inline |
Definition at line 97 of file ios_state.hpp.
|
private |
Definition at line 102 of file ios_state.hpp.
|
private |
Definition at line 101 of file ios_state.hpp.