DenseLinAlgPack: Concreate C++ Classes for Dense Blas-Compatible Linear Algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends
Public Types | Public Member Functions
DenseLinAlgPack::LinAlgPackIO::bit_flags Class Reference

More...

#include <DenseLinAlgPack_IOFormat.hpp>

List of all members.

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)

Detailed Description

Definition at line 55 of file DenseLinAlgPack_IOFormat.hpp.


Member Typedef Documentation

Definition at line 59 of file DenseLinAlgPack_IOFormat.hpp.


Constructor & Destructor Documentation

Initialize the flags to 0x0000.

Definition at line 62 of file DenseLinAlgPack_IOFormat.hpp.


Member Function Documentation

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.

Unset a flag(s)

Definition at line 87 of file DenseLinAlgPack_IOFormat.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends