![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include "EnumerationStrategyBase.h"Go to the source code of this file.
Namespaces | |
| RDKit | |
| Std stuff. | |
| RDKit::EnumerationStrategyPickler | |
Functions | |
| void | RDKit::EnumerationStrategyPickler::pickle (const boost::shared_ptr< EnumerationStrategyBase > &enumerator, std::ostream &ss) |
pickles a EnumerationStrategy and adds the results to a stream ss More... | |
| void | RDKit::EnumerationStrategyPickler::pickle (const boost::shared_ptr< EnumerationStrategyBase > &enumerator, std::string &s) |
| boost::shared_ptr< EnumerationStrategyBase > | RDKit::EnumerationStrategyPickler::fromPickle (std::istream &pickle) |
| boost::shared_ptr< EnumerationStrategyBase > | RDKit::EnumerationStrategyPickler::fromPickle (const std::string &pickle) |
| a pointer to the EnumerationStrategyBase More... | |