csBitArray Class Reference
A one-dimensional array of bits, similar to STL bitset. More...
#include <csutil/bitarray.h>
Inheritance diagram for csBitArray:

| Public Member Functions | |
| csBitArray (const csBitArray &that) | |
| Construct as duplicate of that (copy constructor). | |
| csBitArray (size_t size) | |
| Construct with a size of size bits. | |
| csBitArray () | |
| Default constructor. | |
Detailed Description
A one-dimensional array of bits, similar to STL bitset.The amount of bits is dynamic at runtime.
Definition at line 599 of file bitarray.h.
Constructor & Destructor Documentation
| csBitArray::csBitArray | ( | ) |  [inline] | 
| csBitArray::csBitArray | ( | size_t | size | ) |  [inline, explicit] | 
| csBitArray::csBitArray | ( | const csBitArray & | that | ) |  [inline] | 
The documentation for this class was generated from the following file:
- csutil/bitarray.h
Generated for Crystal Space by doxygen 1.4.7

