arbeit
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

Method< ObjType > Class Template Reference

#include <Callbacks.h>

Inheritance diagram for Method< ObjType >:

Callback List of all members.

template<class ObjType>
class 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 Callbackclone (void)
void operator() (KokoBuffer &databuf) const

Constructor & Destructor Documentation

template<class ObjType>
Method< ObjType >::Method const Method< ObjType > &  meth  )  [inline]
 

Definition at line 101 of file Callbacks.h.

References Method< ObjType >::mfp, and Method< ObjType >::obj.

Referenced by Method< ObjType >::clone().

template<class ObjType>
Method< ObjType >::Method ObjType &  inobj,
void(ObjType::*  meth)(KokoBuffer &databuf)
[inline]
 

Definition at line 107 of file Callbacks.h.

template<class ObjType>
Method< ObjType >::Method ObjType *  inobj,
void(ObjType::*  meth)(KokoBuffer &databuf)
[inline]
 

Definition at line 113 of file Callbacks.h.

template<class ObjType>
Method< ObjType >::~Method void   )  [inline]
 

Definition at line 119 of file Callbacks.h.


Member Function Documentation

template<class ObjType>
virtual Callback* Method< ObjType >::clone void   )  [inline, virtual]
 

Implements Callback.

Definition at line 125 of file Callbacks.h.

References Method< ObjType >::Method().

template<class ObjType>
void Method< ObjType >::operator() KokoBuffer databuf  )  const [inline, virtual]
 

Implements Callback.

Definition at line 129 of file Callbacks.h.


The documentation for this class was generated from the following file:
Send questions, comments, and bug reports to:
jmk