Container for a function pointer. More...
#include <GenApi/NodeCallback.h>
Public Member Functions | |
Function_NodeCallback (INode *pNode, const Function &function, ECallbackType CallbackType) | |
Constructor. | |
virtual void | operator() (ECallbackType CallbackType) const |
execute operation: call the function | |
virtual void | Destroy () |
destroys the object | |
INode * | GetNode () |
returns the node the callback is registered to | |
Protected Attributes | |
INode * | m_pNode |
the node were the callback is installed | |
ECallbackType | m_CallbackType |
the type of the callback | |
Container for a function pointer.