RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
BitVect.h File Reference
#include <RDGeneral/export.h>
#include <vector>
#include <string>

Go to the source code of this file.

Classes

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

Typedefs

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

Variables

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

Typedef Documentation

◆ DoubleVect

typedef std::vector<double> DoubleVect

Definition at line 19 of file BitVect.h.

◆ DoubleVectIter

typedef DoubleVect::iterator DoubleVectIter

Definition at line 20 of file BitVect.h.

◆ IntVect

typedef std::vector<int> IntVect

Definition at line 17 of file BitVect.h.

◆ IntVectIter

typedef IntVect::iterator IntVectIter

Definition at line 18 of file BitVect.h.

Variable Documentation

◆ ci_BITVECT_VERSION

const int ci_BITVECT_VERSION = 0x0020

version number to use in pickles

Definition at line 21 of file BitVect.h.