![]() |
OGRE
2.2.0unstable
Object-Oriented Graphics Rendering Engine
|
#include <OgreBitset.h>
Public Member Functions | |
void | clear () |
void | set (size_t position) |
void | setValue (size_t position, bool bValue) |
bool | test (size_t position) const |
void | unset (size_t position) |
This is similar to std::bitset, except waaay less bloat. cbitset32 stands for constant/compile-time bitset with an internal representation of 32-bits
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |