#include <BitFlag.h>
Provides functionality for bit operations on an integer value.
Initializes a new instance of the CBitFlag class.
Changes the given flags.
true
Changes the given flags and examines if this caused a modification to the current object.
false
Clears the given flags.
Clears the given flags and examines if this caused a modification to the current object.
Returns the value indicating whether all of the given flags are set.
Returns the value indicating whether any of the given flags is set.
Returns the current value.
Sets the given flags.
Sets the given flags and examines if this caused a modification to the current object.
The current value.