Library of Assembled Shared Sources
|
Helper class to implement PyExportTraits for Callback types. More...
#include <callback_python.h>
Helper class to implement PyExportTraits for Callback types.
Only the get()
method is implemented, which allows you to use callbacks as C++ function parameters, but not als return values. Returning a callback from C++ to Python is not supported.
For full bidirectional support, use std::function instead.
Definition at line 189 of file callback_python.h.