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. | |
template<int A, typename B > | |
csBitArray & | operator= (const csBitArrayTweakable< A, B > &that) |
Copy from other array. |
Detailed Description
A one-dimensional array of bits, similar to STL bitset.The amount of bits is dynamic at runtime.
Definition at line 853 of file bitarray.h.
Constructor & Destructor Documentation
csBitArray::csBitArray | ( | ) | [inline] |
csBitArray::csBitArray | ( | size_t | size | ) | [inline, explicit] |
csBitArray::csBitArray | ( | const csBitArray & | that | ) | [inline] |
Member Function Documentation
template<int A, typename B >
csBitArray& csBitArray::operator= | ( | const csBitArrayTweakable< A, B > & | that | ) | [inline] |
The documentation for this class was generated from the following file:
- csutil/bitarray.h
Generated for Crystal Space 1.4.0 by doxygen 1.5.8