|
Evo C++ Library v0.5.1
|
Evo BitArray. More...
Go to the source code of this file.
Classes | |
| class | BitArraySubsetT< TParent > |
| A subset of a BitArray. More... | |
| class | BitArrayT< T, TSize > |
| Dynamic bit array container with similar interface to Array and List. More... | |
Namespaces | |
| evo | |
| Evo C++ Library namespace. | |
Macros | |
| #define | INCL_evo_bit_array_h |
Typedefs | |
| typedef BitArrayT | BitArray |
| Default dynamic bit array container – see BitArrayT. More... | |
| typedef BitArraySubsetT< BitArray > | BitArraySubset |
| Default subset of a BitArray – see BitArraySubsetT. More... | |
Functions | |
| template<class T > | |
| bool | operator!= (const BitArraySubsetT< BitArrayT< T > > &a, const BitArrayT< T > &b) |
| Inequality operator. More... | |
| template<class T > | |
| bool | operator== (const BitArraySubsetT< BitArrayT< T > > &a, const BitArrayT< T > &b) |
| Equality operator. More... | |
Evo BitArray.
| #define INCL_evo_bit_array_h |
1.8.13