![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <RDGeneral/export.h>#include "BitVect.h"#include <set>#include <iterator>#include <algorithm>#include <limits>Go to the source code of this file.
Classes | |
| class | SparseBitVect |
| a class for bit vectors that are sparsely occupied. More... | |
| class | set< K > |
| STL class. More... | |
Typedefs | |
| typedef set< int > | IntSet |
| typedef IntSet::iterator | IntSetIter |
| typedef IntSet::const_iterator | IntSetConstIter |
Definition at line 22 of file SparseBitVect.h.
| typedef IntSet::const_iterator IntSetConstIter |
Definition at line 24 of file SparseBitVect.h.
| typedef IntSet::iterator IntSetIter |
Definition at line 23 of file SparseBitVect.h.