#include <Callbacks.h>
Inheritance diagram for Method< ObjType >:

Public Member Functions | |
| Method (const Method &meth) | |
| Method (ObjType &inobj, void(ObjType::*meth)(KokoBuffer &databuf)) | |
| Method (ObjType *inobj, void(ObjType::*meth)(KokoBuffer &databuf)) | |
| ~Method (void) | |
| virtual Callback * | clone (void) |
| void | operator() (KokoBuffer &databuf) const |
|
||||||||||
|
Definition at line 101 of file Callbacks.h. References Method< ObjType >::mfp, and Method< ObjType >::obj. Referenced by Method< ObjType >::clone(). |
|
||||||||||||||||
|
Definition at line 107 of file Callbacks.h. |
|
||||||||||||||||
|
Definition at line 113 of file Callbacks.h. |
|
||||||||||
|
Definition at line 119 of file Callbacks.h. |
|
||||||||||
|
Implements Callback. Definition at line 125 of file Callbacks.h. References Method< ObjType >::Method(). |
|
||||||||||
|
Implements Callback. Definition at line 129 of file Callbacks.h. |