#include <flagSet.h>
Public Member Functions | ||||
Set/Reset methods | ||||
| void | set (EnumT eFlag) | |||
| ||||
| void | reset (EnumT eFlag) | |||
| ||||
| void | clear () | |||
| Clear all flags. | ||||
Check methods | ||||
| bool | check (EnumT eFlag) const | |||
| ||||
| bool | check (const CFlagSet< EnumT > &flagSet) const | |||
| ||||
| bool | is_any () const | |||
| ||||
| int | get_int () const | |||
| ||||
1.5.4