33 #ifndef ENUMERATIONPICKLER_H
34 #define ENUMERATIONPICKLER_H
39 namespace EnumerationStrategyPickler {
42 const boost::shared_ptr<EnumerationStrategyBase> &enumerator,
45 const boost::shared_ptr<EnumerationStrategyBase> &enumerator,
#define RDKIT_CHEMREACTIONS_EXPORT
RDKIT_CHEMREACTIONS_EXPORT boost::shared_ptr< EnumerationStrategyBase > fromPickle(std::istream &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