#include "foundation/Px.h"
Go to the source code of this file.
Classes | |
class | PxBitAndDataT< storageType, bitMask > |
Typedefs | |
typedef PxBitAndDataT < unsigned char, 0x80 > | PxBitAndByte |
typedef PxBitAndDataT < unsigned short, 0x8000 > | PxBitAndWord |
typedef PxBitAndDataT < unsigned int, 0x80000000 > | PxBitAndDword |