4 #ifndef _RD_MOL_CATALOG_PARAMS_H_ 5 #define _RD_MOL_CATALOG_PARAMS_H_ void initFromStream(std::istream &ss)
initialize from a stream containing a pickle
void toStream(std::ostream &) const
serializes to the stream
std::string Serialize() const
returns a serialized (pickled) form
MolCatalogParams(const MolCatalogParams &other)
copy constructor
std::string d_typeStr
our type string
Includes a bunch of functionality for handling Atom and Bond queries.
void initFromString(const std::string &text)
initialize from a string containing a pickle
container for user parameters used to create a mol catalog
abstract base class for the container used to create a catalog