#include <DenseLinAlgPack_IOFormat.hpp>
Public Types | |
| typedef LinAlgPackIO::fmtflags | fmtflags |
| | |
Public Member Functions | |
| bit_flags () | |
| Initialize the flags to 0x0000. | |
| fmtflags | flags () const |
| Get the flags. | |
| fmtflags | flags (fmtflags f) |
| Set the flags. | |
| fmtflags | setf (fmtflags f) |
| Set a flag. | |
| fmtflags | setf (fmtflags f, fmtflags mask) |
| Set a flag under a mask. | |
| void | unsetf (fmtflags mask) |
| Unset a flag(s). | |
Definition at line 42 of file DenseLinAlgPack_IOFormat.hpp.
|
|
Definition at line 46 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Initialize the flags to 0x0000.
Definition at line 49 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Get the flags.
Definition at line 52 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Set the flags.
Definition at line 57 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Set a flag.
Definition at line 64 of file DenseLinAlgPack_IOFormat.hpp. |
|
||||||||||||
|
Set a flag under a mask.
Definition at line 69 of file DenseLinAlgPack_IOFormat.hpp. |
|
|
Unset a flag(s).
Definition at line 74 of file DenseLinAlgPack_IOFormat.hpp. |
1.3.9.1