![]() |
GenApi 3.5.1
|
Container for a function pointer.
#include <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 | |
Public Member Functions inherited from CNodeCallback | |
| virtual | ~CNodeCallback () |
| virtual destructor | |
| INode * | GetNode () |
| returns the node the callback is registered to | |
Additional Inherited Members | |
Protected Attributes inherited from CNodeCallback | |
| INode * | m_pNode |
| the node were the callback is installed | |
| ECallbackType | m_CallbackType |
| the type of the callback | |