Public Member Functions | Private Attributes

arma_ostream_state Class Reference
[Arma_ostream]

#include <arma_ostream_proto.hpp>

List of all members.

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

Detailed Description

Definition at line 22 of file arma_ostream_proto.hpp.


Member Data Documentation

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().