|
DenseLinAlgPack: Concreate C++ Classes for Dense Blas-Compatible Linear Algebra
Version of the Day
|
#include <DenseLinAlgPack_IOFormat.hpp>
Public Member Functions | |
| void | set_format (std::ios &s) const |
| Reset a steams format. | |
Static Public Member Functions | |
| static ios_format_memento | save_format (const std::ios &s) |
| Save a streams format. | |
Definition at line 106 of file DenseLinAlgPack_IOFormat.hpp.
| DenseLinAlgPack::LinAlgPackIO::ios_format_memento DenseLinAlgPack::LinAlgPackIO::ios_format_memento::save_format | ( | const std::ios & | s | ) | [static] |
Save a streams format.
Definition at line 48 of file DenseLinAlgPack_IOFormat.cpp.
| void DenseLinAlgPack::LinAlgPackIO::ios_format_memento::set_format | ( | std::ios & | s | ) | const |
Reset a steams format.
Definition at line 60 of file DenseLinAlgPack_IOFormat.cpp.
1.7.6.1