#include <compound_lib.hh>
Public Member Functions | |
| ~CompoundLib () | |
| CompoundPtr | FindCompound (const String &id) |
| void | AddCompound (const CompoundPtr &compound) |
| CompoundLibPtr | Copy (const String &filename) const |
| void | ClearCache () |
Static Public Member Functions | |
| static CompoundLibPtr | Load (const String &database) |
| static CompoundLibPtr | Create (const String &database) |
Definition at line 38 of file compound_lib.hh.
| ~CompoundLib | ( | ) |
| void AddCompound | ( | const CompoundPtr & | compound | ) |
| void ClearCache | ( | ) |
| CompoundLibPtr Copy | ( | const String & | filename | ) | const |
| static CompoundLibPtr Create | ( | const String & | database | ) | [static] |
| CompoundPtr FindCompound | ( | const String & | id | ) |
| static CompoundLibPtr Load | ( | const String & | database | ) | [static] |
1.5.8