![]() |
RDKit
Open-source cheminformatics and machine learning.
|
container for user parameters used to create a mol catalog More...
#include <MolCatalogParams.h>
Public Member Functions | |
| MolCatalogParams () | |
| ~MolCatalogParams () | |
| MolCatalogParams (const MolCatalogParams &other) | |
| copy constructor More... | |
| MolCatalogParams (const std::string &pickle) | |
| construct from a pickle string (serialized representation) More... | |
| void | toStream (std::ostream &) const |
| serializes to the stream More... | |
| std::string | Serialize () const |
| returns a serialized (pickled) form More... | |
| void | initFromStream (std::istream &ss) |
| initialize from a stream containing a pickle More... | |
| void | initFromString (const std::string &text) |
| initialize from a string containing a pickle More... | |
Public Member Functions inherited from RDCatalog::CatalogParams | |
| virtual | ~CatalogParams ()=0 |
| std::string | getTypeStr () const |
| returns our type string More... | |
| void | setTypeStr (const std::string &typeStr) |
| sets our type string More... | |
Additional Inherited Members | |
Protected Attributes inherited from RDCatalog::CatalogParams | |
| std::string | d_typeStr |
| our type string More... | |
container for user parameters used to create a mol catalog
Definition at line 14 of file MolCatalogParams.h.
|
inline |
Definition at line 16 of file MolCatalogParams.h.
References RDCatalog::CatalogParams::d_typeStr, and ~MolCatalogParams().
Referenced by MolCatalogParams().
| RDKit::MolCatalogParams::~MolCatalogParams | ( | ) |
Referenced by MolCatalogParams().
|
inline |
copy constructor
Definition at line 21 of file MolCatalogParams.h.
References RDCatalog::CatalogParams::d_typeStr, initFromStream(), initFromString(), MolCatalogParams(), Serialize(), and toStream().
| RDKit::MolCatalogParams::MolCatalogParams | ( | const std::string & | pickle | ) |
construct from a pickle string (serialized representation)
|
virtual |
initialize from a stream containing a pickle
Implements RDCatalog::CatalogParams.
Referenced by MolCatalogParams().
|
virtual |
initialize from a string containing a pickle
Implements RDCatalog::CatalogParams.
Referenced by MolCatalogParams().
|
virtual |
returns a serialized (pickled) form
Implements RDCatalog::CatalogParams.
Referenced by MolCatalogParams().
|
virtual |