|
DenseLinAlgPack: Concreate C++ Classes for Dense Blas-Compatible Linear Algebra Version of the Day
|
#include <DenseLinAlgPack_IOFormat.hpp>
Public Types | |
| typedef LinAlgPackIO::fmtflags | fmtflags |
| | |
Public Member Functions | |
| format () | |
| Sets format to defaults. | |
| format (const std::ios &s) | |
| Copy the formats from a ios stream (This is the suggested method. | |
| bit_flags & | ios_base_flags () |
| | |
| const bit_flags & | ios_base_flags () const |
| | |
| bit_flags & | extra_flags () |
| | |
| const bit_flags & | extra_flags () const |
| | |
| format & | showpoint () |
| | |
| format & | noshowpoint () |
| | |
| format & | showpos () |
| | |
| format & | noshowpos () |
| | |
| format & | skipws () |
| | |
| format & | noskipws () |
| | |
| format & | uppercase () |
| | |
| format & | nouppercase () |
| | |
| format & | internal () |
| | |
| format & | left () |
| | |
| format & | right () |
| | |
| format & | general () |
| | |
| format & | fixed () |
| | |
| format & | scientific () |
| | |
| format & | setfill (int c) |
| | |
| format & | setprecision (int p) |
| | |
| format & | setw (int w) |
| | |
| format & | ignore_dim () |
| | |
| format & | no_ignore_dim () |
| | |
| format & | insert_newlines () |
| | |
| format & | no_insert_newlines () |
| | |
| int | precision () const |
| | |
| int | precision (int p) |
| | |
| int | width () const |
| | |
| int | width (int w) |
| | |
| int | fill () const |
| | |
| int | fill (int c) |
| | |
| void | copy_format (const std::ios &s) |
| Copy a streams format to this object. | |
| void | set_format (std::ios &s) const |
| Set a streams format to the one in this object. | |
Definition at line 144 of file DenseLinAlgPack_IOFormat.hpp.
| typedef LinAlgPackIO::fmtflags DenseLinAlgPack::LinAlgPackIO::format::fmtflags |
Definition at line 148 of file DenseLinAlgPack_IOFormat.hpp.
| DenseLinAlgPack::LinAlgPackIO::format::format | ( | ) | [inline] |
Sets format to defaults.
Definition at line 151 of file DenseLinAlgPack_IOFormat.hpp.
| DenseLinAlgPack::LinAlgPackIO::format::format | ( | const std::ios & | s | ) | [inline] |
Copy the formats from a ios stream (This is the suggested method.
Definition at line 154 of file DenseLinAlgPack_IOFormat.hpp.
| bit_flags& DenseLinAlgPack::LinAlgPackIO::format::ios_base_flags | ( | ) | [inline] |
Definition at line 163 of file DenseLinAlgPack_IOFormat.hpp.
| const bit_flags& DenseLinAlgPack::LinAlgPackIO::format::ios_base_flags | ( | ) | const [inline] |
Definition at line 165 of file DenseLinAlgPack_IOFormat.hpp.
| bit_flags& DenseLinAlgPack::LinAlgPackIO::format::extra_flags | ( | ) | [inline] |
Definition at line 168 of file DenseLinAlgPack_IOFormat.hpp.
| const bit_flags& DenseLinAlgPack::LinAlgPackIO::format::extra_flags | ( | ) | const [inline] |
Definition at line 170 of file DenseLinAlgPack_IOFormat.hpp.
| format& DenseLinAlgPack::LinAlgPackIO::format::showpoint | ( | ) | [inline] |
Definition at line 191 of file DenseLinAlgPack_IOFormat.hpp.
| format& DenseLinAlgPack::LinAlgPackIO::format::noshowpoint | ( | ) | [inline] |
Definition at line 193 of file DenseLinAlgPack_IOFormat.hpp.
| format& DenseLinAlgPack::LinAlgPackIO::format::showpos | ( | ) | [inline] |
Definition at line 195 of file DenseLinAlgPack_IOFormat.hpp.
| format& DenseLinAlgPack::LinAlgPackIO::format::noshowpos | ( | ) | [inline] |
Definition at line 197 of file DenseLinAlgPack_IOFormat.hpp.
| format& DenseLinAlgPack::LinAlgPackIO::format::skipws | ( | ) | [inline] |
Definition at line 199 of file DenseLinAlgPack_IOFormat.hpp.
| format& DenseLinAlgPack::LinAlgPackIO::format::noskipws | ( | ) | [inline] |
Definition at line 201 of file DenseLinAlgPack_IOFormat.hpp.
| format& DenseLinAlgPack::LinAlgPackIO::format::uppercase | ( | ) | [inline] |
Definition at line 203 of file DenseLinAlgPack_IOFormat.hpp.
| format& DenseLinAlgPack::LinAlgPackIO::format::nouppercase | ( | ) | [inline] |
Definition at line 205 of file DenseLinAlgPack_IOFormat.hpp.
| format& DenseLinAlgPack::LinAlgPackIO::format::internal | ( | ) | [inline] |
Definition at line 207 of file DenseLinAlgPack_IOFormat.hpp.
| format& DenseLinAlgPack::LinAlgPackIO::format::left | ( | ) | [inline] |
Definition at line 212 of file DenseLinAlgPack_IOFormat.hpp.
| format& DenseLinAlgPack::LinAlgPackIO::format::right | ( | ) | [inline] |
Definition at line 217 of file DenseLinAlgPack_IOFormat.hpp.
| format& DenseLinAlgPack::LinAlgPackIO::format::general | ( | ) | [inline] |
Definition at line 222 of file DenseLinAlgPack_IOFormat.hpp.
| format& DenseLinAlgPack::LinAlgPackIO::format::fixed | ( | ) | [inline] |
Definition at line 227 of file DenseLinAlgPack_IOFormat.hpp.
| format& DenseLinAlgPack::LinAlgPackIO::format::scientific | ( | ) | [inline] |
Definition at line 232 of file DenseLinAlgPack_IOFormat.hpp.
| format& DenseLinAlgPack::LinAlgPackIO::format::setfill | ( | int | c | ) | [inline] |
Definition at line 237 of file DenseLinAlgPack_IOFormat.hpp.
| format& DenseLinAlgPack::LinAlgPackIO::format::setprecision | ( | int | p | ) | [inline] |
Definition at line 239 of file DenseLinAlgPack_IOFormat.hpp.
| format& DenseLinAlgPack::LinAlgPackIO::format::setw | ( | int | w | ) | [inline] |
Definition at line 241 of file DenseLinAlgPack_IOFormat.hpp.
| format& DenseLinAlgPack::LinAlgPackIO::format::ignore_dim | ( | ) | [inline] |
Definition at line 261 of file DenseLinAlgPack_IOFormat.hpp.
| format& DenseLinAlgPack::LinAlgPackIO::format::no_ignore_dim | ( | ) | [inline] |
Definition at line 267 of file DenseLinAlgPack_IOFormat.hpp.
| format& DenseLinAlgPack::LinAlgPackIO::format::insert_newlines | ( | ) | [inline] |
Definition at line 273 of file DenseLinAlgPack_IOFormat.hpp.
| format& DenseLinAlgPack::LinAlgPackIO::format::no_insert_newlines | ( | ) | [inline] |
Definition at line 279 of file DenseLinAlgPack_IOFormat.hpp.
| int DenseLinAlgPack::LinAlgPackIO::format::precision | ( | ) | const [inline] |
Definition at line 292 of file DenseLinAlgPack_IOFormat.hpp.
| int DenseLinAlgPack::LinAlgPackIO::format::precision | ( | int | p | ) | [inline] |
Definition at line 294 of file DenseLinAlgPack_IOFormat.hpp.
| int DenseLinAlgPack::LinAlgPackIO::format::width | ( | ) | const [inline] |
Definition at line 296 of file DenseLinAlgPack_IOFormat.hpp.
| int DenseLinAlgPack::LinAlgPackIO::format::width | ( | int | w | ) | [inline] |
Definition at line 298 of file DenseLinAlgPack_IOFormat.hpp.
| int DenseLinAlgPack::LinAlgPackIO::format::fill | ( | ) | const [inline] |
Definition at line 300 of file DenseLinAlgPack_IOFormat.hpp.
| int DenseLinAlgPack::LinAlgPackIO::format::fill | ( | int | c | ) | [inline] |
Definition at line 302 of file DenseLinAlgPack_IOFormat.hpp.
| void DenseLinAlgPack::LinAlgPackIO::format::copy_format | ( | const std::ios & | s | ) |
Copy a streams format to this object.
Definition at line 59 of file DenseLinAlgPack_IOFormat.cpp.
| void DenseLinAlgPack::LinAlgPackIO::format::set_format | ( | std::ios & | s | ) | const |
Set a streams format to the one in this object.
Definition at line 66 of file DenseLinAlgPack_IOFormat.cpp.
1.7.4