MOOCHO (Single Doxygen Collection)
Version of the Day
|
#include <DenseLinAlgPack_IOFormat.hpp>
Public Member Functions | |
void | set_format (std::ios &s) const |
Reset a steams format. More... | |
Static Public Member Functions | |
static ios_format_memento | save_format (const std::ios &s) |
Save a streams format. More... | |
Private Member Functions | |
ios_format_memento () | |
Private Attributes | |
LinAlgPackIO::fmtflags | flags_ |
int | prec_ |
int | wdt_ |
int | fill_ |
Definition at line 106 of file DenseLinAlgPack_IOFormat.hpp.
|
inlineprivate |
Definition at line 121 of file DenseLinAlgPack_IOFormat.hpp.
|
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.
|
private |
Definition at line 115 of file DenseLinAlgPack_IOFormat.hpp.
|
private |
Definition at line 116 of file DenseLinAlgPack_IOFormat.hpp.
|
private |
Definition at line 117 of file DenseLinAlgPack_IOFormat.hpp.
|
private |
Definition at line 118 of file DenseLinAlgPack_IOFormat.hpp.