#include <ios_state.hpp>
Public Types | |
typedef ::std::streamsize | aspect_type |
typedef ::std::ios_base | state_type |
Public Member Functions | |
ios_precision_saver (state_type &s) | |
ios_precision_saver (state_type &s, aspect_type const &a) | |
void | restore () |
~ios_precision_saver () | |
Private Member Functions | |
ios_precision_saver & | operator= (const ios_precision_saver &) |
Private Attributes | |
aspect_type const | a_save_ |
state_type & | s_save_ |
Definition at line 57 of file ios_state.hpp.
typedef ::std::streamsize boost::io::ios_precision_saver::aspect_type |
Definition at line 61 of file ios_state.hpp.
typedef ::std::ios_base boost::io::ios_precision_saver::state_type |
Definition at line 60 of file ios_state.hpp.
|
inlineexplicit |
Definition at line 63 of file ios_state.hpp.
|
inline |
Definition at line 66 of file ios_state.hpp.
|
inline |
Definition at line 69 of file ios_state.hpp.
|
private |
|
inline |
Definition at line 72 of file ios_state.hpp.
|
private |
Definition at line 77 of file ios_state.hpp.
|
private |
Definition at line 76 of file ios_state.hpp.