![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <vector>#include <stack>#include <map>#include <boost/unordered_map.hpp>Go to the source code of this file.
Classes | |
| class | RDKit::ResonanceMolSupplier |
Namespaces | |
| RDKit | |
| Includes a bunch of functionality for handling Atom and Bond queries. | |
Typedefs | |
| typedef std::map< unsigned int, BondElectrons * > | RDKit::ConjBondMap |
| typedef std::map< unsigned int, AtomElectrons * > | RDKit::ConjAtomMap |
| typedef std::vector< ConjElectrons * > | RDKit::CEVect |
| typedef std::vector< CEVect2 * > | RDKit::CEVect3 |
| typedef std::vector< boost::uint8_t > | RDKit::ConjFP |
| typedef boost::unordered_map< std::size_t, ConjElectrons * > | RDKit::CEMap |