#include <BitField.hpp>
Public Member Functions | |
BitField () | |
void | clear (const unsigned int &i, const unsigned int &j) |
bool | get (const unsigned int &i, const unsigned int &j) const |
void | set (const unsigned int &i, const unsigned int &j) |
void | toggle (const unsigned int &i, const unsigned int &j) |
Public Attributes | |
unsigned char | data = 0 |
Definition at line 9 of file BitField.hpp.
|
inline |
Definition at line 13 of file BitField.hpp.
|
inline |
Definition at line 30 of file BitField.hpp.
|
inline |
Definition at line 20 of file BitField.hpp.
|
inline |
Definition at line 15 of file BitField.hpp.
|
inline |
Definition at line 25 of file BitField.hpp.
unsigned char lvr2::BitField< W, H >::data = 0 |
Definition at line 11 of file BitField.hpp.