#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 vector<double> DoubleVect |
| typedef DoubleVect::iterator DoubleVectIter |
| typedef IntVect::iterator IntVectIter |
| const int ci_BITVECT_VERSION = 0x0020 |
1.5.3