#include <arma_ostream_proto.hpp>
Public Member Functions | |
arma_ostream_state (const std::ostream &o) | |
void | restore (std::ostream &o) const |
Private Attributes | |
const ios::fmtflags | orig_flags |
const std::streamsize | orig_precision |
const std::streamsize | orig_width |
const char | orig_fill |
Definition at line 22 of file arma_ostream_proto.hpp.
const ios::fmtflags arma_ostream_state::orig_flags [private] |
Definition at line 26 of file arma_ostream_proto.hpp.
Referenced by restore().
const std::streamsize arma_ostream_state::orig_precision [private] |
Definition at line 27 of file arma_ostream_proto.hpp.
Referenced by restore().
const std::streamsize arma_ostream_state::orig_width [private] |
Definition at line 28 of file arma_ostream_proto.hpp.
Referenced by restore().
const char arma_ostream_state::orig_fill [private] |
Definition at line 29 of file arma_ostream_proto.hpp.
Referenced by restore().