Classes | Namespaces | Typedefs | Enumerations
BitMask.h File Reference
#include <DgnPlatform/DgnPlatform.h>
#include <stdio.h>

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
}
 

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.