AI_BitField Class Reference
#include <AI_BitField.h>
Public Member Functions | |
AI_BitField () | |
~AI_BitField () | |
void | resize (const int i_size) |
void | reset (void) |
void | set (const int i) |
void | unset (const int i) |
const bool | isSet (const int i) const |
const int | getSize (void) const |
Constructor & Destructor Documentation
AI_BitField::AI_BitField | ( | ) | [inline] |
AI_BitField::~AI_BitField | ( | ) | [inline] |
Member Function Documentation
void AI_BitField::resize | ( | const int | i_size | ) | [inline] |
void AI_BitField::reset | ( | void | ) | [inline] |
void AI_BitField::set | ( | const int | i | ) | [inline] |
void AI_BitField::unset | ( | const int | i | ) | [inline] |
const bool AI_BitField::isSet | ( | const int | i | ) | const [inline] |
const int AI_BitField::getSize | ( | void | ) | const [inline] |
The documentation for this class was generated from the following file: