#include <ios_state.hpp>
Public Types | |
typedef ::std::locale | aspect_type |
typedef ::std::basic_ios< Ch, Tr > | state_type |
Public Member Functions | |
basic_ios_locale_saver (state_type &s) | |
basic_ios_locale_saver (state_type &s, aspect_type const &a) | |
void | restore () |
~basic_ios_locale_saver () | |
Private Member Functions | |
basic_ios_locale_saver & | operator= (const basic_ios_locale_saver &) |
Private Attributes | |
aspect_type const | a_save_ |
state_type & | s_save_ |
Definition at line 240 of file ios_state.hpp.
typedef ::std::locale boost::io::basic_ios_locale_saver< Ch, Tr >::aspect_type |
Definition at line 244 of file ios_state.hpp.
typedef ::std::basic_ios<Ch, Tr> boost::io::basic_ios_locale_saver< Ch, Tr >::state_type |
Definition at line 243 of file ios_state.hpp.
|
inlineexplicit |
Definition at line 246 of file ios_state.hpp.
|
inline |
Definition at line 249 of file ios_state.hpp.
|
inline |
Definition at line 252 of file ios_state.hpp.
|
private |
|
inline |
Definition at line 255 of file ios_state.hpp.
|
private |
Definition at line 260 of file ios_state.hpp.
|
private |
Definition at line 259 of file ios_state.hpp.