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 () | |
Default constructor. | |
csBitArray (size_t size) | |
Construct with a size of size bits. | |
csBitArray (const csBitArray &that) | |
Construct as duplicate of that (copy 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] |
Default constructor.
Definition at line 857 of file bitarray.h.
csBitArray::csBitArray | ( | size_t | size | ) | [inline, explicit] |
Construct with a size of size bits.
Definition at line 859 of file bitarray.h.
csBitArray::csBitArray | ( | const csBitArray & | that | ) | [inline] |
Construct as duplicate of that (copy constructor).
Definition at line 861 of file bitarray.h.
Member Function Documentation
template<int A, typename B >
csBitArray& csBitArray::operator= | ( | const csBitArrayTweakable< A, B > & | that | ) | [inline] |
Copy from other array.
Definition at line 865 of file bitarray.h.
The documentation for this class was generated from the following file:
- csutil/bitarray.h
Generated for Crystal Space 1.4.1 by doxygen 1.7.1