#include <string>
#include <exception>
#include <map>
Go to the source code of this file.
|
RWMol * | RDKit::SmilesToMol (const std::string &smi, const SmilesParserParams ¶ms) |
|
RWMol * | RDKit::SmilesToMol (const std::string &smi, int debugParse=0, bool sanitize=true, std::map< std::string, std::string > *replacements=0) |
| Construct a molecule from a SMILES string. More...
|
|
RWMol * | RDKit::SmartsToMol (const std::string &sma, int debugParse=0, bool mergeHs=false, std::map< std::string, std::string > *replacements=0) |
| Construct a molecule from a SMARTS string. More...
|
|