#include <DenseLinAlgPack_IOFormat.hpp>
[NOHEADER] | |
| bit_flags & | ios_base_flags () |
| | |
| const bit_flags & | ios_base_flags () const |
| | |
| bit_flags & | extra_flags () |
| | |
| const bit_flags & | extra_flags () const |
| | |
[NOHEADER] | |
| 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) |
| | |
[NOHEADER] | |
| format & | ignore_dim () |
| | |
| format & | no_ignore_dim () |
| | |
| format & | insert_newlines () |
| | |
| format & | no_insert_newlines () |
| | |
[NOHEADER] | |
| int | precision () const |
| | |
| int | precision (int p) |
| | |
| int | width () const |
| | |
| int | width (int w) |
| | |
| int | fill () const |
| | |
| int | fill (int c) |
| | |
[NOHEADER] | |
| 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. | |
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. | |
Definition at line 144 of file DenseLinAlgPack_IOFormat.hpp.
|
|
Definition at line 148 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Sets format to defaults.
Definition at line 151 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Copy the formats from a ios stream (This is the suggested method.
Definition at line 154 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 163 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 165 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 168 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 170 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 191 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 193 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 195 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 197 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 199 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 201 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 203 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 205 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 207 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 212 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 217 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 222 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 227 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 232 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 237 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 239 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 241 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 261 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 267 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 273 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 279 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 292 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 294 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 296 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 298 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 300 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Definition at line 302 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Copy a streams format to this object.
Definition at line 59 of file DenseLinAlgPack_IOFormat.cpp. |
|
|
Set a streams format to the one in this object.
Definition at line 66 of file DenseLinAlgPack_IOFormat.cpp. |
1.3.9.1