#include <Callbacks.h>
Inheritance diagram for Function:
Public Member Functions | |
Function (const Function &fobj) | |
Function (void(*funcp)(KokoBuffer &databuf)) | |
~Function (void) | |
virtual Callback * | clone (void) |
void | operator() (KokoBuffer &databuf) const |
Protected Attributes | |
void(* | fp )(KokoBuffer &databuf) |
|
Definition at line 63 of file Callbacks.h. References fp. Referenced by clone(). |
|
Definition at line 68 of file Callbacks.h. References fp. |
|
Definition at line 73 of file Callbacks.h. References fp. |
|
Implements Callback. Definition at line 79 of file Callbacks.h. References Function(). |
|
Implements Callback. Definition at line 83 of file Callbacks.h. References fp. |
|
Referenced by Function(), operator()(), and ~Function(). |