Evo C++ Library v0.5.1
Classes | Namespaces | Macros | Typedefs | Functions
bit_array.h File Reference

Evo BitArray. More...

#include "bits.h"
#include "impl/iter.h"
#include "impl/str.h"

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...
 

Detailed Description

Evo BitArray.

Macro Definition Documentation

◆ INCL_evo_bit_array_h

#define INCL_evo_bit_array_h