#include <io.hpp>
Public Member Functions | |
| basic_state_saver (std::basic_ios< CTy, CTr > &) | |
| ~basic_state_saver () | |
Private Types | |
| typedef state_type::char_type | char_type |
| typedef ::std::ios_base::fmtflags | flags_type |
| typedef ::std::locale const | locale_type |
| typedef ::std::basic_ios< CTy, CTr > | state_type |
| typedef ::std::streamsize | streamsize_type |
Private Member Functions | |
| basic_state_saver & | operator= (basic_state_saver const &) |
Private Attributes | |
| char_type | fill_ |
| flags_type | flags_ |
| locale_type | locale_ |
| streamsize_type | precision_ |
| state_type & | state_ |
| streamsize_type | width_ |
|
private |
|
private |
|
private |
|
private |
|
private |
|
explicit |
| glm::io::basic_state_saver< CTy, CTr >::~basic_state_saver | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |