#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_exception_saver (state_type &s) | |
basic_ios_exception_saver (state_type &s, aspect_type const &a) | |
void | restore () |
~basic_ios_exception_saver () | |
Private Member Functions | |
basic_ios_exception_saver & | operator= (const basic_ios_exception_saver &) |
Private Attributes | |
aspect_type const | a_save_ |
state_type & | s_save_ |
Definition at line 135 of file ios_state.hpp.
typedef ::std::ios_base::iostate boost::io::basic_ios_exception_saver< Ch, Tr >::aspect_type |
Definition at line 139 of file ios_state.hpp.
typedef ::std::basic_ios<Ch, Tr> boost::io::basic_ios_exception_saver< Ch, Tr >::state_type |
Definition at line 138 of file ios_state.hpp.
|
inlineexplicit |
Definition at line 141 of file ios_state.hpp.
|
inline |
Definition at line 147 of file ios_state.hpp.
|
inline |
Definition at line 151 of file ios_state.hpp.
|
private |
|
inline |
Definition at line 154 of file ios_state.hpp.
|
private |
Definition at line 159 of file ios_state.hpp.
|
private |
Definition at line 158 of file ios_state.hpp.