BitVect.h File Reference

#include <vector>

Go to the source code of this file.

Classes

class  BitVect
 Abstract base class for storing BitVectors. More...

Typedefs

typedef vector< int > IntVect
typedef IntVect::iterator IntVectIter
typedef vector< double > DoubleVect
typedef
DoubleVect::iterator 
DoubleVectIter

Variables

const int ci_BITVECT_VERSION = 0x0020
 version number to use in pickles


Typedef Documentation

typedef vector<double> DoubleVect

Definition at line 13 of file BitVect.h.

typedef DoubleVect::iterator DoubleVectIter

Definition at line 14 of file BitVect.h.

typedef vector<int> IntVect

Definition at line 11 of file BitVect.h.

typedef IntVect::iterator IntVectIter

Definition at line 12 of file BitVect.h.


Variable Documentation

const int ci_BITVECT_VERSION = 0x0020

version number to use in pickles

Definition at line 15 of file BitVect.h.


Generated on Sat May 24 08:36:33 2008 for RDCode by  doxygen 1.5.3