![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <FragmentCatalogEntry.h>
Public Member Functions | |
| FragmentCatalogEntry () | |
| ~FragmentCatalogEntry () 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 23 of file FragmentCatalogEntry.h.
|
inline |
Definition at line 26 of file FragmentCatalogEntry.h.
References RDCatalog::CatalogEntry::setBitId().
|
inlineoverride |
Definition at line 34 of file FragmentCatalogEntry.h.
|
inline |
Definition at line 43 of file FragmentCatalogEntry.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.