OpenStructure
|
#include <vector>
#include <boost/shared_ptr.hpp>
#include <ost/string_ref.hh>
#include <ost/conop/module_config.hh>
#include <ost/mol/chem_class.hh>
#include <ost/mol/chem_type.hh>
Go to the source code of this file.
Data Structures | |
struct | Date |
struct | AtomSpec |
struct | BondSpec |
class | Compound |
Knows about the atoms and bonds of a chemical compounds. More... |
Namespaces | |
namespace | ost |
namespace | ost::conop |
Typedefs | |
typedef std::vector< AtomSpec > | AtomSpecList |
typedef std::vector< BondSpec > | BondSpecList |
typedef boost::shared_ptr < Compound > | CompoundPtr |