Go to the source code of this file.
Classes | |
struct | BitMask |
A Bitmask holds a variable-sized array of bits. More... | |
struct | BitMaskHolder |
BitMaskHolder acts as a smart pointer. More... | |
struct | BitMaskRef< defaultVal > |
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Typedefs | |
typedef BitMaskP * | BitMaskH |
Enumerations | |
enum | BitMaskOperation { Or = 1, And = 2, Xor = 3, OrNot = 4, AndNot = 5 } |