![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <Normalize.h>
Public Member Functions | |
Product (std::string smiles, boost::shared_ptr< ROMol > &mol) | |
bool | operator< (const Product &pdt) const |
Public Attributes | |
std::string | Smiles |
boost::shared_ptr< ROMol > | Mol |
Definition at line 71 of file Normalize.h.
|
inline |
Definition at line 74 of file Normalize.h.
|
inline |
Definition at line 78 of file Normalize.h.
References Smiles.
boost::shared_ptr<ROMol> RDKit::MolStandardize::Normalizer::Product::Mol |
Definition at line 73 of file Normalize.h.
std::string RDKit::MolStandardize::Normalizer::Product::Smiles |
Definition at line 72 of file Normalize.h.
Referenced by operator<().