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

CL_FunctionSlot_v3 Class Template Reference

#include <slot_v3.h>

Inheritance diagram for CL_FunctionSlot_v3:

Inheritance graph
[legend]
Collaboration diagram for CL_FunctionSlot_v3:

Collaboration graph
[legend]
List of all members.

Public Types

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

Public Methods

 CL_FunctionSlot_v3 (Callback callback)
virtual void call (PARAM1 param1, PARAM2 param2, PARAM3 param3)

Private Attributes

Callback callback

template<class PARAM1, class PARAM2, class PARAM3> class CL_FunctionSlot_v3


Member Typedef Documentation

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


Constructor & Destructor Documentation

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

Definition at line 26 of file slot_v3.h.


Member Function Documentation

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

Reimplemented from CL_Slot_v3.

Definition at line 28 of file slot_v3.h.


Member Data Documentation

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

Definition at line 31 of file slot_v3.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