RDKit
Open-source cheminformatics and machine learning.
|
#include <TransformCatalogEntry.h>
Public Member Functions | |
TransformCatalogEntry () | |
~TransformCatalogEntry () override | |
unsigned int | getOrder () const |
void | toStream (std::ostream &ss) const override |
serializes (pickles) to a stream | |
std::string | Serialize () const override |
returns a string with a serialized (pickled) representation | |
void | initFromStream (std::istream &ss) override |
initializes from a stream pickle | |
void | initFromString (const std::string &text) override |
initializes from a string pickle | |
Public Member Functions inherited from RDCatalog::CatalogEntry | |
virtual | ~CatalogEntry ()=0 |
void | setBitId (int bid) |
sets our bit Id | |
int | getBitId () const |
returns our bit Id | |
virtual std::string | getDescription () const =0 |
returns a text description of this entry | |
Definition at line 24 of file TransformCatalogEntry.h.
|
inline |
Definition at line 27 of file TransformCatalogEntry.h.
|
inlineoverride |
Definition at line 32 of file TransformCatalogEntry.h.
Definition at line 40 of file TransformCatalogEntry.h.
|
overridevirtual |
initializes from a stream pickle
Implements RDCatalog::CatalogEntry.
|
overridevirtual |
initializes from a string pickle
Implements RDCatalog::CatalogEntry.
|
overridevirtual |
returns a string with a serialized (pickled) representation
Implements RDCatalog::CatalogEntry.
|
overridevirtual |
serializes (pickles) to a stream
Implements RDCatalog::CatalogEntry.