#include <ios_state.hpp>
Public Types | |
typedef ::std::basic_ostream< Ch, Tr > * | aspect_type |
typedef ::std::basic_ios< Ch, Tr > | state_type |
Public Member Functions | |
basic_ios_tie_saver (state_type &s) | |
basic_ios_tie_saver (state_type &s, aspect_type const &a) | |
void | restore () |
~basic_ios_tie_saver () | |
Private Member Functions | |
basic_ios_tie_saver & | operator= (const basic_ios_tie_saver &) |
Private Attributes | |
aspect_type const | a_save_ |
state_type & | s_save_ |
Definition at line 164 of file ios_state.hpp.
typedef ::std::basic_ostream<Ch, Tr>* boost::io::basic_ios_tie_saver< Ch, Tr >::aspect_type |
Definition at line 168 of file ios_state.hpp.
typedef ::std::basic_ios<Ch, Tr> boost::io::basic_ios_tie_saver< Ch, Tr >::state_type |
Definition at line 167 of file ios_state.hpp.
|
inlineexplicit |
Definition at line 170 of file ios_state.hpp.
|
inline |
Definition at line 173 of file ios_state.hpp.
|
inline |
Definition at line 176 of file ios_state.hpp.
|
private |
|
inline |
Definition at line 179 of file ios_state.hpp.
|
private |
Definition at line 184 of file ios_state.hpp.
|
private |
Definition at line 183 of file ios_state.hpp.