#include <ios_state.hpp>
Public Types | |
| typedef long | aspect_type |
| typedef int | index_type |
| typedef ::std::ios_base | state_type |
Public Member Functions | |
| ios_iword_saver (state_type &s, index_type i) | |
| ios_iword_saver (state_type &s, index_type i, aspect_type const &a) | |
| void | restore () |
| ~ios_iword_saver () | |
Private Member Functions | |
| ios_iword_saver & | operator= (const ios_iword_saver &) |
Private Attributes | |
| aspect_type const | a_save_ |
| index_type const | i_save_ |
| state_type & | s_save_ |
Definition at line 268 of file ios_state.hpp.
| typedef long boost::io::ios_iword_saver::aspect_type |
Definition at line 273 of file ios_state.hpp.
| typedef int boost::io::ios_iword_saver::index_type |
Definition at line 272 of file ios_state.hpp.
| typedef ::std::ios_base boost::io::ios_iword_saver::state_type |
Definition at line 271 of file ios_state.hpp.
|
inlineexplicit |
Definition at line 275 of file ios_state.hpp.
|
inline |
Definition at line 278 of file ios_state.hpp.
|
inline |
Definition at line 281 of file ios_state.hpp.
|
private |
|
inline |
Definition at line 284 of file ios_state.hpp.
|
private |
Definition at line 289 of file ios_state.hpp.
|
private |
Definition at line 290 of file ios_state.hpp.
|
private |
Definition at line 288 of file ios_state.hpp.