![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Go to the source code of this file.
Classes | |
| class | DtBitMask |
| DtBitMask represents a variable length bit-field which may be used to represent an array of boolean data. More... | |
Functions | |
| DtBitMask DT_DLL_RTIUTIL | operator& (const DtBitMask &first, const DtBitMask &second) |
| Bitwise AND and OR operators for DtBitMasks. | |
| DtBitMask DT_DLL_RTIUTIL | operator| (const DtBitMask &first, const DtBitMask &second) |
| DtBitMask DT_DLL_RTIUTIL operator& | ( | const DtBitMask & | first, |
| const DtBitMask & | second | ||
| ) |
Bitwise AND and OR operators for DtBitMasks.
| DtBitMask DT_DLL_RTIUTIL operator| | ( | const DtBitMask & | first, |
| const DtBitMask & | second | ||
| ) |