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