#include <boost/property_map.hpp>
#include <boost/smart_ptr.hpp>
#include "Bond.h"
Go to the source code of this file.
Namespaces | |
| namespace | RDKit |
Classes | |
| struct | RDKit::edge_bond_t |
| struct | RDKit::edge_wght_t |
Typedefs | |
| typedef boost::shared_ptr < Bond > | RDKit::BOND_SPTR |
| typedef boost::property < edge_wght_t, double > | RDKit::BondWeight |
| typedef boost::property < edge_bond_t, Bond *, BondWeight > | RDKit::BondProperty |
Contains internals for using Bonds with the BGL
Definition in file BondProps.h.
1.5.3