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

CL_FunctionSlot_v1 Class Template Reference

#include <slot_v1.h>

Inheritance diagram for CL_FunctionSlot_v1:

Inheritance graph
[legend]
Collaboration diagram for CL_FunctionSlot_v1:

Collaboration graph
[legend]
List of all members.

Public Types

typedef void (* Callback )(PARAM1)

Public Methods

 CL_FunctionSlot_v1 (Callback callback)
virtual void call (PARAM1 param1)

Private Attributes

Callback callback

template<class PARAM1> class CL_FunctionSlot_v1


Member Typedef Documentation

template<class PARAM1>
typedef void (* CL_FunctionSlot_v1<PARAM1>::Callback)(PARAM1)
 


Constructor & Destructor Documentation

template<class PARAM1>
CL_FunctionSlot_v1<PARAM1>::CL_FunctionSlot_v1<PARAM1> ( Callback callback ) [inline]
 

Definition at line 26 of file slot_v1.h.


Member Function Documentation

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

Reimplemented from CL_Slot_v1.

Definition at line 28 of file slot_v1.h.


Member Data Documentation

template<class PARAM1>
Callback CL_FunctionSlot_v1<PARAM1>::callback [private]
 

Definition at line 31 of file slot_v1.h.

Referenced by call().


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