33 #ifndef ENUMERATIONPICKLER_H 34 #define ENUMERATIONPICKLER_H 39 namespace EnumerationStrategyPickler {
53 const std::string &pickle);
RDKIT_CHEMREACTIONS_EXPORT void pickle(const boost::shared_ptr< EnumerationStrategyBase > &enumerator, std::ostream &ss)
pickles a EnumerationStrategy and adds the results to a stream ss
RDKIT_CHEMREACTIONS_EXPORT boost::shared_ptr< EnumerationStrategyBase > fromPickle(std::istream &pickle)
#define RDKIT_CHEMREACTIONS_EXPORT