#include <ios_state.hpp>
Public Types | |
typedef ::std::ios_base::iostate | aspect_type |
typedef ::std::basic_ios< Ch, Tr > | state_type |
Public Member Functions | |
basic_ios_iostate_saver (state_type &s) | |
basic_ios_iostate_saver (state_type &s, aspect_type const &a) | |
void | restore () |
~basic_ios_iostate_saver () | |
Private Member Functions | |
basic_ios_iostate_saver & | operator= (const basic_ios_iostate_saver &) |
Private Attributes | |
aspect_type const | a_save_ |
state_type & | s_save_ |
Definition at line 110 of file ios_state.hpp.
typedef ::std::ios_base::iostate boost::io::basic_ios_iostate_saver< Ch, Tr >::aspect_type |
Definition at line 114 of file ios_state.hpp.
typedef ::std::basic_ios<Ch, Tr> boost::io::basic_ios_iostate_saver< Ch, Tr >::state_type |
Definition at line 113 of file ios_state.hpp.
|
inlineexplicit |
Definition at line 116 of file ios_state.hpp.
|
inline |
Definition at line 119 of file ios_state.hpp.
|
inline |
Definition at line 122 of file ios_state.hpp.
|
private |
|
inline |
Definition at line 125 of file ios_state.hpp.
|
private |
Definition at line 130 of file ios_state.hpp.
|
private |
Definition at line 129 of file ios_state.hpp.