25 #ifndef GCU_MOLECULE_H
26 #define GCU_MOLECULE_H
166 void SetName (
char const *name,
char const *convention);
172 char const *
GetName (
char const *convention = NULL);
186 std::string
const &
GetCML ();
231 std::map <std::string, std::string> m_Names;
234 std::string m_InChIKey;
235 std::string m_SMILES;
241 #endif // GCU_MOLECULE_H