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

CL_FunctionSlot_v2 Class Template Reference

#include <slot_v2.h>

Inheritance diagram for CL_FunctionSlot_v2:

Inheritance graph
[legend]
Collaboration diagram for CL_FunctionSlot_v2:

Collaboration graph
[legend]
List of all members.

Public Types

typedef void (* Callback )(PARAM1, PARAM2)

Public Methods

 CL_FunctionSlot_v2 (Callback callback)
virtual void call (PARAM1 param1, PARAM2 param2)

Private Attributes

Callback callback

template<class PARAM1, class PARAM2> class CL_FunctionSlot_v2


Member Typedef Documentation

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


Constructor & Destructor Documentation

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

Definition at line 26 of file slot_v2.h.


Member Function Documentation

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

Reimplemented from CL_Slot_v2.

Definition at line 28 of file slot_v2.h.


Member Data Documentation

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

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