csutil/bitarray.h File Reference
A one-dimensional array of bits, similar to STL bitset. More...
#include "csextern.h"
#include "csutil/allocator.h"
#include "csutil/bitops.h"
#include "csutil/comparator.h"
#include "csutil/hash.h"
#include "csutil/metautils.h"
#include "csutil/compileassert.h"
Go to the source code of this file.
Classes | |
| class | csBitArray |
| A one-dimensional array of bits, similar to STL bitset. More... | |
| class | csBitArrayTweakable< InlinedBits, Allocator > |
| A one-dimensional array of bits, similar to STL bitset. More... | |
| class | csComparator< csBitArray, csBitArray > |
| csComparator<> specialization for csBitArray to allow its use as e.g. More... | |
| class | csComparatorBitArray< BitArray > |
| Base comparator for bit arrays. More... | |
| class | csHashComputer< csBitArray > |
| csHashComputer<> specialization for csBitArray to allow its use as hash key type. More... | |
| class | csHashComputerBitArray< BitArray > |
| Base hash computer for bit arrays. More... | |
Typedefs | |
| typedef unsigned long | csBitArrayStorageType |
| Storage type utilized by csBitArray to store the bits. | |
Detailed Description
A one-dimensional array of bits, similar to STL bitset.
Definition in file bitarray.h.
Typedef Documentation
| typedef unsigned long csBitArrayStorageType |
Generated for Crystal Space 1.4.0 by doxygen 1.5.8
