OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
This is similar to std::bitset, except waaay less bloat. More...
#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 |