#include <ios_state.hpp>
Public Types | |
typedef state_type::char_type | aspect_type |
typedef ::std::basic_ios< Ch, Tr > | state_type |
Public Member Functions | |
basic_ios_fill_saver (state_type &s) | |
basic_ios_fill_saver (state_type &s, aspect_type const &a) | |
void | restore () |
~basic_ios_fill_saver () | |
Private Member Functions | |
basic_ios_fill_saver & | operator= (const basic_ios_fill_saver &) |
Private Attributes | |
aspect_type const | a_save_ |
state_type & | s_save_ |
Definition at line 214 of file ios_state.hpp.
typedef state_type::char_type boost::io::basic_ios_fill_saver< Ch, Tr >::aspect_type |
Definition at line 218 of file ios_state.hpp.
typedef ::std::basic_ios<Ch, Tr> boost::io::basic_ios_fill_saver< Ch, Tr >::state_type |
Definition at line 217 of file ios_state.hpp.
|
inlineexplicit |
Definition at line 220 of file ios_state.hpp.
|
inline |
Definition at line 223 of file ios_state.hpp.
|
inline |
Definition at line 226 of file ios_state.hpp.
|
private |
|
inline |
Definition at line 229 of file ios_state.hpp.
|
private |
Definition at line 234 of file ios_state.hpp.
|
private |
Definition at line 233 of file ios_state.hpp.