RDKit
Open-source cheminformatics and machine learning.
|
#include <Deprotect.h>
Public Member Functions | |
DeprotectData (std::string deprotection_class, const std::string &reaction_smarts, std::string abbreviation, std::string full_name, std::string example="") | |
bool | operator== (const DeprotectData &other) const |
bool | operator!= (const DeprotectData &other) const |
bool | isValid () const |
Returns true if the deprotection is valid. | |
Public Attributes | |
std::string | deprotection_class |
std::string | reaction_smarts |
std::string | abbreviation |
std::string | full_name |
std::string | example |
std::shared_ptr< ChemicalReaction > | rxn |
Data for Deprotecting molecules
Deprotects are described as reactions that remove the protecting group and leave behind the group being protected.
Each DeprotectData has the following attributes:
Definition at line 39 of file Deprotect.h.
RDKit::Deprotect::DeprotectData::DeprotectData | ( | std::string | deprotection_class, |
const std::string & | reaction_smarts, | ||
std::string | abbreviation, | ||
std::string | full_name, | ||
std::string | example = "" |
||
) |
|
inline |
Returns true if the deprotection is valid.
Definition at line 65 of file Deprotect.h.
Referenced by operator==().
|
inline |
Definition at line 60 of file Deprotect.h.
|
inline |
Definition at line 53 of file Deprotect.h.
References abbreviation, deprotection_class, full_name, isValid(), and reaction_smarts.
std::string RDKit::Deprotect::DeprotectData::abbreviation |
Definition at line 42 of file Deprotect.h.
Referenced by operator==().
std::string RDKit::Deprotect::DeprotectData::deprotection_class |
Definition at line 40 of file Deprotect.h.
Referenced by operator==().
std::string RDKit::Deprotect::DeprotectData::example |
Definition at line 44 of file Deprotect.h.
std::string RDKit::Deprotect::DeprotectData::full_name |
Definition at line 43 of file Deprotect.h.
Referenced by operator==().
std::string RDKit::Deprotect::DeprotectData::reaction_smarts |
Definition at line 41 of file Deprotect.h.
Referenced by operator==().
std::shared_ptr<ChemicalReaction> RDKit::Deprotect::DeprotectData::rxn |
Definition at line 47 of file Deprotect.h.