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

Function Class Reference

#include <Callbacks.h>

Inheritance diagram for Function:

Callback List of all members.

Public Member Functions

 Function (const Function &fobj)
 Function (void(*funcp)(KokoBuffer &databuf))
 ~Function (void)
virtual Callbackclone (void)
void operator() (KokoBuffer &databuf) const

Protected Attributes

void(* fp )(KokoBuffer &databuf)

Constructor & Destructor Documentation

Function::Function const Function fobj  )  [inline]
 

Definition at line 63 of file Callbacks.h.

References fp.

Referenced by clone().

Function::Function void(*  funcp)(KokoBuffer &databuf)  )  [inline]
 

Definition at line 68 of file Callbacks.h.

References fp.

Function::~Function void   )  [inline]
 

Definition at line 73 of file Callbacks.h.

References fp.


Member Function Documentation

virtual Callback* Function::clone void   )  [inline, virtual]
 

Implements Callback.

Definition at line 79 of file Callbacks.h.

References Function().

void Function::operator() KokoBuffer databuf  )  const [inline, virtual]
 

Implements Callback.

Definition at line 83 of file Callbacks.h.

References fp.


Member Data Documentation

void(* Function::fp)(KokoBuffer &databuf) [protected]
 

Referenced by Function(), operator()(), and ~Function().


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