#include <RDGeneral/export.h>
#include <GraphMol/SanitException.h>
#include <string>
#include <exception>
#include <map>
#include <memory>
Go to the source code of this file.
|
RDKit::RWMol * | RDKit::v1::SmilesToMol (const std::string &smi, const SmilesParserParams &ps) |
|
Atom * | RDKit::v1::SmilesToAtom (const std::string &smi) |
|
Bond * | RDKit::v1::SmilesToBond (const std::string &smi) |
|
RWMol * | RDKit::v1::SmilesToMol (const std::string &smi, int debugParse=0, bool sanitize=true, std::map< std::string, std::string > *replacements=nullptr) |
| Construct a molecule from a SMILES string.
|
|
RWMol * | RDKit::v1::SmartsToMol (const std::string &sma, const SmartsParserParams &ps) |
|
RWMol * | RDKit::v1::SmartsToMol (const std::string &sma, int debugParse=0, bool mergeHs=false, std::map< std::string, std::string > *replacements=nullptr) |
| Construct a molecule from a SMARTS string.
|
|
Atom * | RDKit::v1::SmartsToAtom (const std::string &sma) |
|
Bond * | RDKit::v1::SmartsToBond (const std::string &sma) |
|
std::unique_ptr< RDKit::RWMol > | RDKit::operator""_smiles (const char *text, size_t len) |
|
std::unique_ptr< RDKit::RWMol > | RDKit::operator""_smarts (const char *text, size_t len) |
|