15 #ifndef __PYIPSDKBASE_PYTHONREGISTRATIONTYPES_H__ 16 #define __PYIPSDKBASE_PYTHONREGISTRATIONTYPES_H__ 19 #include <boost/function.hpp> 47 #endif // __PYIPSDKBASE_PYTHONREGISTRATIONTYPES_H__ std::set< std::string > ModuleNames
collection of module names
Definition: PythonRegistrationTypes.h:39
boost::function< void()> PyWrapperRegistrator
python wrapper registration function type
Definition: PythonRegistrationTypes.h:30
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Base types for multiplatform compatibility.
std::vector< PyWrapperInfo > PyWrapperColl
collection of wrapper registration functions
Definition: PythonRegistrationTypes.h:36
std::pair< std::string, PyWrapperRegistrator > PyWrapperInfo
python wrapper registration information
Definition: PythonRegistrationTypes.h:33