#include <ios_state.hpp>
Public Types | |
typedef void * | aspect_type |
typedef int | index_type |
typedef ::std::ios_base | state_type |
Public Member Functions | |
ios_pword_saver (state_type &s, index_type i) | |
ios_pword_saver (state_type &s, index_type i, aspect_type const &a) | |
void | restore () |
~ios_pword_saver () | |
Private Member Functions | |
ios_pword_saver | operator= (const ios_pword_saver &) |
Private Attributes | |
aspect_type const | a_save_ |
index_type const | i_save_ |
state_type & | s_save_ |
Definition at line 295 of file ios_state.hpp.
Definition at line 300 of file ios_state.hpp.
typedef int boost::io::ios_pword_saver::index_type |
Definition at line 299 of file ios_state.hpp.
typedef ::std::ios_base boost::io::ios_pword_saver::state_type |
Definition at line 298 of file ios_state.hpp.
|
inlineexplicit |
Definition at line 302 of file ios_state.hpp.
|
inline |
Definition at line 305 of file ios_state.hpp.
|
inline |
Definition at line 308 of file ios_state.hpp.
|
private |
|
inline |
Definition at line 311 of file ios_state.hpp.
|
private |
Definition at line 316 of file ios_state.hpp.
|
private |
Definition at line 317 of file ios_state.hpp.
|
private |
Definition at line 315 of file ios_state.hpp.