|
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 | |
| bit_flags () | |
| Initialize the flags to 0x0000. More... | |
| fmtflags | flags () const |
| Get the flags. More... | |
| fmtflags | flags (fmtflags f) |
| Set the flags. More... | |
| fmtflags | setf (fmtflags f) |
| Set a flag. More... | |
| fmtflags | setf (fmtflags f, fmtflags mask) |
| Set a flag under a mask. More... | |
| void | unsetf (fmtflags mask) |
| Unset a flag(s) More... | |
Definition at line 55 of file DenseLinAlgPack_IOFormat.hpp.
| typedef LinAlgPackIO::fmtflags DenseLinAlgPack::LinAlgPackIO::bit_flags::fmtflags |
Definition at line 59 of file DenseLinAlgPack_IOFormat.hpp.
|
inline |
Initialize the flags to 0x0000.
Definition at line 62 of file DenseLinAlgPack_IOFormat.hpp.
|
inline |
Get the flags.
Definition at line 65 of file DenseLinAlgPack_IOFormat.hpp.
Set the flags.
Definition at line 70 of file DenseLinAlgPack_IOFormat.hpp.
Set a flag.
Definition at line 77 of file DenseLinAlgPack_IOFormat.hpp.
Set a flag under a mask.
Definition at line 82 of file DenseLinAlgPack_IOFormat.hpp.
|
inline |
Unset a flag(s)
Definition at line 87 of file DenseLinAlgPack_IOFormat.hpp.
1.8.6