Zero  0.1.0
Classes | Macros | Functions
w_bitvector.h File Reference
#include "w.h"

Go to the source code of this file.

Classes

class  w_bitvector_t< BIT_COUNT >
 Templated bitmap for arbitrary size in bits. More...
 

Macros

#define BIT_VECTOR_PROLOGUE(idx)
 

Functions

template<int BIT_COUNT>
ostream & operator<< (ostream &o, const w_bitvector_t< BIT_COUNT > &t)
 

Macro Definition Documentation

§ BIT_VECTOR_PROLOGUE

#define BIT_VECTOR_PROLOGUE (   idx)
Value:
w_assert1(idx < BITS); \
Word wdex = idx / BITS_PER_WORD; \
Word bdex = idx % BITS_PER_WORD
#define w_assert1(x)
Level 1 should not add significant extra time.
Definition: w_base.h:198

Function Documentation

§ operator<<()

template<int BIT_COUNT>
ostream& operator<< ( ostream &  o,
const w_bitvector_t< BIT_COUNT > &  t 
)