BitVect.h File Reference

#include <vector>
#include <string>

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 15 of file BitVect.h.

typedef DoubleVect::iterator DoubleVectIter

Definition at line 16 of file BitVect.h.

typedef vector<int> IntVect

Definition at line 13 of file BitVect.h.

typedef IntVect::iterator IntVectIter

Definition at line 14 of file BitVect.h.


Variable Documentation

const int ci_BITVECT_VERSION = 0x0020

version number to use in pickles

Definition at line 17 of file BitVect.h.


Generated on Tue Oct 7 06:10:11 2008 for RDCode by  doxygen 1.5.5