OpenStructure
|
#include <vector>
#include <map>
#include <boost/shared_ptr.hpp>
#include <ost/string_ref.hh>
#include <ost/message.hh>
#include <ost/log.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 |
Namespaces | |
ost | |
ost::conop | |
Typedefs | |
typedef std::vector< AtomSpec > | AtomSpecList |
typedef std::vector< BondSpec > | BondSpecList |
typedef boost::shared_ptr< Compound > | CompoundPtr |
typedef std::map< String, CompoundPtr > | CompoundMap |