Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members | Related Pages | Examples

P::FuncSlot3< RetType, ParamType1, ParamType2, ParamType3 > Class Template Reference
[Core library]

Function-slot with 3 arguments. More...

#include <pslot.h>

Inheritance diagram for P::FuncSlot3< RetType, ParamType1, ParamType2, ParamType3 >:

P::Slot3< RetType, ParamType1, ParamType2, ParamType3 > List of all members.

Public Types

typedef RetType(* Callback )(ParamType1, ParamType2, ParamType3)

Public Member Functions

 FuncSlot3 (Callback cb)
 ~FuncSlot3 ()
RetType proxy (ParamType1 p1, ParamType2 p2, ParamType3 p3)
FuncSlot3clone () const
bool operator== (const FuncSlot3 &slot) const

Detailed Description

template<class RetType, class ParamType1, class ParamType2, class ParamType3>
class P::FuncSlot3< RetType, ParamType1, ParamType2, ParamType3 >

Function-slot with 3 arguments.

Author:
Christian Prochnow <cproch@seculogix.de>

Definition at line 515 of file pslot.h.


Member Typedef Documentation

template<class RetType, class ParamType1, class ParamType2, class ParamType3>
typedef RetType(* P::FuncSlot3< RetType, ParamType1, ParamType2, ParamType3 >::Callback)(ParamType1, ParamType2, ParamType3)
 

Definition at line 517 of file pslot.h.


Constructor & Destructor Documentation

template<class RetType, class ParamType1, class ParamType2, class ParamType3>
P::FuncSlot3< RetType, ParamType1, ParamType2, ParamType3 >::FuncSlot3 Callback  cb  )  [inline]
 

Definition at line 519 of file pslot.h.

Referenced by P::FuncSlot3< RetType, ParamType1, ParamType2, ParamType3 >::clone().

template<class RetType, class ParamType1, class ParamType2, class ParamType3>
P::FuncSlot3< RetType, ParamType1, ParamType2, ParamType3 >::~FuncSlot3  )  [inline]
 

Definition at line 522 of file pslot.h.


Member Function Documentation

template<class RetType, class ParamType1, class ParamType2, class ParamType3>
FuncSlot3* P::FuncSlot3< RetType, ParamType1, ParamType2, ParamType3 >::clone  )  const [inline, virtual]
 

Implements P::Slot3< RetType, ParamType1, ParamType2, ParamType3 >.

Definition at line 527 of file pslot.h.

References P::FuncSlot3< RetType, ParamType1, ParamType2, ParamType3 >::FuncSlot3().

template<class RetType, class ParamType1, class ParamType2, class ParamType3>
bool P::FuncSlot3< RetType, ParamType1, ParamType2, ParamType3 >::operator== const FuncSlot3< RetType, ParamType1, ParamType2, ParamType3 > &  slot  )  const [inline]
 

Definition at line 530 of file pslot.h.

References P::slot().

template<class RetType, class ParamType1, class ParamType2, class ParamType3>
RetType P::FuncSlot3< RetType, ParamType1, ParamType2, ParamType3 >::proxy ParamType1  p1,
ParamType2  p2,
ParamType3  p3
[inline, virtual]
 

Implements P::Slot3< RetType, ParamType1, ParamType2, ParamType3 >.

Definition at line 524 of file pslot.h.


The documentation for this class was generated from the following file:
Generated on Fri Mar 12 21:08:33 2004 for P::Classes by doxygen 1.3.3