RDKit
Open-source cheminformatics and machine learning.
|
#include <StreamOps.h>
Public Member Functions | |
virtual | ~CustomPropHandler () |
virtual const char * | getPropName () const =0 |
virtual bool | canSerialize (const RDValue &value) const =0 |
virtual bool | read (std::istream &ss, RDValue &value) const =0 |
virtual bool | write (std::ostream &ss, const RDValue &value) const =0 |
virtual CustomPropHandler * | clone () const =0 |
Definition at line 371 of file StreamOps.h.
|
inlinevirtual |
Definition at line 373 of file StreamOps.h.
Implemented in RDKit::DataStructsExplicitBitVecPropHandler.
|
pure virtual |
Implemented in RDKit::DataStructsExplicitBitVecPropHandler.
Implemented in RDKit::DataStructsExplicitBitVecPropHandler.
|
pure virtual |
Implemented in RDKit::DataStructsExplicitBitVecPropHandler.
|
pure virtual |
Implemented in RDKit::DataStructsExplicitBitVecPropHandler.