|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_CONFGEN_FRAGMENTCONFORMERGENERATOR_HPP
30 #define CDPL_CONFGEN_FRAGMENTCONFORMERGENERATOR_HPP
34 #include <boost/iterator/indirect_iterator.hpp>
55 class FragmentConformerGeneratorImpl;
62 typedef boost::indirect_iterator<ConformerDataArray::const_iterator, ConformerData>
ConformerIterator;
130 typedef std::unique_ptr<FragmentConformerGeneratorImpl> ImplementationPointer;
132 ImplementationPointer impl;
137 #endif // CDPL_CONFGEN_FRAGMENTCONFORMERGENERATOR_HPP
MolecularGraph.
Definition: MolecularGraph.hpp:52
Definition of the preprocessor macro CDPL_CONFGEN_API.
#define CDPL_CONFGEN_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
std::function< void(const std::string &)> LogMessageCallbackFunction
A generic wrapper class used to store a user-defined callback functions.
Definition: LogMessageCallbackFunction.hpp:45
The namespace of the Chemical Data Processing Library.
Type definition of a generic wrapper class for storing user-defined log message callback functions.
std::function< bool()> CallbackFunction
A generic wrapper class used to store a user-defined callback functions (see [FUNWRP]).
Definition: CallbackFunction.hpp:44
Type definition of a generic wrapper class for storing user-defined callback functions.