C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Provides the common interface for bit-flags treatment. More...
#include <name_flags.h>
Public Member Functions | |
MbFlags (uint8 f=0) | |
Constructor. | |
void | SetFlagValue (uint8 mask, bool set=true) |
Set the bit-flags. | |
uint8 | GetFlagValue (uint8 mask=0xff) const |
Get the bit-flags. | |
void | InitFlags (uint8 f=0) |
Set all bit-flags. | |
uint8 | GetFlags () const |
Get all bit-flags. | |
Provides the common interface for bit-flags treatment.
It is almost the copy of 'ItFlags' but is 'inline' and without virtual functions.