BitVector< S > Class Template Reference
[Utils - Bit-Vector]

#include <bitvector.h>

Inheritance diagram for BitVector< S >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 BitVector ()

Detailed Description

template<size_t S>
class BitVector< S >

BitVector is a thin template which provides an object contining a bit-vector of S bits and the methods to manipuate it.

See also:
BitVectorPointer and BitVectorBits.

Definition at line 240 of file bitvector.h.


Constructor & Destructor Documentation

template<size_t S>
BitVector< S >::BitVector (  ) 

Constructor which clears all bits in the bit-vector.

Definition at line 246 of file bitvector.h.


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.1