![]() |
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... | |
![]() | |
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 | |
![]() | |
std::string | d_typeStr |
our type string More... | |
container for user parameters used to create a mol catalog
Definition at line 15 of file MolCatalogParams.h.
|
inline |
Definition at line 18 of file MolCatalogParams.h.
RDKit::MolCatalogParams::~MolCatalogParams | ( | ) |
|
inline |
copy constructor
Definition at line 23 of file MolCatalogParams.h.
References RDCatalog::CatalogParams::d_typeStr.
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.
|
virtual |
initialize from a string containing a pickle
Implements RDCatalog::CatalogParams.
|
virtual |
returns a serialized (pickled) form
Implements RDCatalog::CatalogParams.
|
virtual |
serializes to the stream
Implements RDCatalog::CatalogParams.