Pylon::Function_CallbackBody#
Inherits from Pylon::Base_Callback1Body< P >
Public Functions#
| Name | |
|---|---|
| Function_CallbackBody(const Function & function) Constructor. | |
| void | operator())(P p) const execute operation: call the function | 
| Function_CallbackBody< Function, P > * | clone(void ) const virtual copy constructor | 
| virtual void | operator())(P1 ) const =0 do operation with P1 as argument | 
Detailed Description#
Public Functions Documentation#
function Function_CallbackBody#
Constructor.
function operator()#
execute operation: call the function
function clone#
virtual copy constructor
function operator()#
do operation with P1 as argument