|
static unsigned int | getDefaultPickleProperties () |
|
static void | setDefaultPickleProperties (unsigned int) |
|
static const CustomPropHandlerVec & | getCustomPropHandlers () |
|
static void | addCustomPropHandler (const CustomPropHandler &handler) |
|
static void | pickleMol (const ROMol *mol, std::ostream &ss) |
| pickles a molecule and sends the results to stream ss
|
|
static void | pickleMol (const ROMol *mol, std::ostream &ss, unsigned int propertyFlags) |
|
static void | pickleMol (const ROMol &mol, std::ostream &ss) |
|
static void | pickleMol (const ROMol &mol, std::ostream &ss, unsigned int propertyFlags) |
|
static void | pickleMol (const ROMol *mol, std::string &res) |
| pickles a molecule and adds the results to string res
|
|
static void | pickleMol (const ROMol *mol, std::string &res, unsigned int propertyFlags) |
|
static void | pickleMol (const ROMol &mol, std::string &res) |
|
static void | pickleMol (const ROMol &mol, std::string &res, unsigned int propertyFlags) |
|
static void | molFromPickle (const std::string &pickle, ROMol *mol, unsigned int propertyFlags) |
| constructs a molecule from a pickle stored in a string
|
|
static void | molFromPickle (const std::string &pickle, ROMol &mol, unsigned int propertyFlags) |
|
static void | molFromPickle (const std::string &pickle, ROMol *mol) |
|
static void | molFromPickle (const std::string &pickle, ROMol &mol) |
|
static void | molFromPickle (std::istream &ss, ROMol *mol, unsigned int propertyFlags) |
| constructs a molecule from a pickle stored in a stream
|
|
static void | molFromPickle (std::istream &ss, ROMol &mol, unsigned int propertyFlags) |
|
static void | molFromPickle (std::istream &ss, ROMol *mol) |
|
static void | molFromPickle (std::istream &ss, ROMol &mol) |
|
handles pickling (serializing) molecules
Definition at line 68 of file MolPickler.h.