Container for a function pointer. More...
#include <NodeCallback.h>
Public Member Functions | |
virtual void | Destroy () |
destroys the object More... | |
Function_NodeCallback (INode *pNode, const Function &function, ECallbackType CallbackType) | |
Constructor. More... | |
virtual void | operator() (ECallbackType CallbackType) const |
execute operation: call the function More... | |
Public Member Functions inherited from GENAPI_NAMESPACE::CNodeCallback | |
CNodeCallback (INode *pNode, ECallbackType CallbackType) | |
INode * | GetNode () |
returns the node the callback is registered to More... | |
virtual | ~CNodeCallback () |
virtual destructor More... | |
Private Member Functions | |
Function_NodeCallback & | operator= (Function_NodeCallback &) |
no assignment operator More... | |
Private Attributes | |
const Function | m_pFunction |
the callback function More... | |
Additional Inherited Members | |
Protected Attributes inherited from GENAPI_NAMESPACE::CNodeCallback | |
ECallbackType | m_CallbackType |
the type of the callback More... | |
INode * | m_pNode |
the node were the callback is installed More... | |
Container for a function pointer.
Definition at line 96 of file NodeCallback.h.
|
inline |
Constructor.
Definition at line 100 of file NodeCallback.h.
|
inlinevirtual |
destroys the object
Implements GENAPI_NAMESPACE::CNodeCallback.
Definition at line 113 of file NodeCallback.h.
|
inlinevirtual |
execute operation: call the function
Implements GENAPI_NAMESPACE::CNodeCallback.
Definition at line 106 of file NodeCallback.h.
|
private |
no assignment operator
|
private |
the callback function
Definition at line 120 of file NodeCallback.h.