Skip to content

pylon/Callback.h#

Definition of callback objects. More…

Namespaces#

Name
Pylon
Contains definitions of pylon types.

Classes#

Detailed Description#

Definition of callback objects.

Helper functions used for managing callbacks. Callback objects are used to encapsulate C-style functions or C++ member functions as callbacks.

Based on the ideas of Paul Jakubik.