Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

CL_FunctionSlot_v4 Class Template Reference

#include <slot_v4.h>

Inheritance diagram for CL_FunctionSlot_v4:

Inheritance graph
[legend]
Collaboration diagram for CL_FunctionSlot_v4:

Collaboration graph
[legend]
List of all members.

Public Types

typedef void (* Callback )(PARAM1, PARAM2, PARAM3, PARAM4)

Public Methods

 CL_FunctionSlot_v4 (Callback callback)
virtual void call (PARAM1 param1, PARAM2 param2, PARAM3 param3, PARAM4 param4)

Private Attributes

Callback callback

template<class PARAM1, class PARAM2, class PARAM3, class PARAM4> class CL_FunctionSlot_v4


Member Typedef Documentation

template<class PARAM1, class PARAM2, class PARAM3, class PARAM4>
typedef void (* CL_FunctionSlot_v4<PARAM1, PARAM2, PARAM3, PARAM4>::Callback)(PARAM1, PARAM2, PARAM3, PARAM4)
 


Constructor & Destructor Documentation

template<class PARAM1, class PARAM2, class PARAM3, class PARAM4>
CL_FunctionSlot_v4<PARAM1, PARAM2, PARAM3, PARAM4>::CL_FunctionSlot_v4<PARAM1, PARAM2, PARAM3, PARAM4> ( Callback callback ) [inline]
 

Definition at line 26 of file slot_v4.h.


Member Function Documentation

template<class PARAM1, class PARAM2, class PARAM3, class PARAM4>
void CL_FunctionSlot_v4<PARAM1, PARAM2, PARAM3, PARAM4>::call ( PARAM1 param1,
PARAM2 param2,
PARAM3 param3,
PARAM4 param4 ) [inline, virtual]
 

Reimplemented from CL_Slot_v4.

Definition at line 28 of file slot_v4.h.


Member Data Documentation

template<class PARAM1, class PARAM2, class PARAM3, class PARAM4>
Callback CL_FunctionSlot_v4<PARAM1, PARAM2, PARAM3, PARAM4>::callback [private]
 

Definition at line 31 of file slot_v4.h.

Referenced by call().


The documentation for this class was generated from the following file:
Generated at Wed Apr 4 19:56:59 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001