Chemical Data Processing Library C++ API - Version 1.1.1
Namespaces | Typedefs
LogMessageCallbackFunction.hpp File Reference

Type definition of a generic wrapper class for storing user-defined log message callback functions. More...

#include <string>
#include <functional>

Go to the source code of this file.

Namespaces

 CDPL
 The namespace of the Chemical Data Processing Library.
 
 CDPL::ConfGen
 Contains classes and functions related to conformer ensemble generation.
 

Typedefs

typedef std::function< void(const std::string &)> CDPL::ConfGen::LogMessageCallbackFunction
 A generic wrapper class used to store a user-defined callback functions. More...
 

Detailed Description

Type definition of a generic wrapper class for storing user-defined log message callback functions.