GenApi  3.5.1
Public Member Functions | List of all members
Function_NodeCallback< Function > Class Template Reference

Container for a function pointer.

Inherits CNodeCallback.

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