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

P::FuncSlot1< RetType, ParamType1 > Class Template Reference
[Core library]

Function-slot with 1 argument. More...

#include <pslot.h>

Inheritance diagram for P::FuncSlot1< RetType, ParamType1 >:

P::Slot1< RetType, ParamType1 > List of all members.

Public Types

typedef RetType(* Callback )(ParamType1)

Public Member Functions

 FuncSlot1 (Callback cb)
 ~FuncSlot1 ()
RetType proxy (ParamType1 p1)
Slot1< RetType, ParamType1 > * clone () const
bool operator== (const FuncSlot1 &slot) const

Detailed Description

template<class RetType, class ParamType1>
class P::FuncSlot1< RetType, ParamType1 >

Function-slot with 1 argument.

Author:
Christian Prochnow <cproch@seculogix.de>

Definition at line 201 of file pslot.h.


Member Typedef Documentation

template<class RetType, class ParamType1>
typedef RetType(* P::FuncSlot1< RetType, ParamType1 >::Callback)(ParamType1)
 

Definition at line 203 of file pslot.h.


Constructor & Destructor Documentation

template<class RetType, class ParamType1>
P::FuncSlot1< RetType, ParamType1 >::FuncSlot1 Callback  cb  )  [inline]
 

Definition at line 205 of file pslot.h.

Referenced by P::FuncSlot1< RetType, ParamType1 >::clone().

template<class RetType, class ParamType1>
P::FuncSlot1< RetType, ParamType1 >::~FuncSlot1  )  [inline]
 

Definition at line 208 of file pslot.h.


Member Function Documentation

template<class RetType, class ParamType1>
Slot1<RetType, ParamType1>* P::FuncSlot1< RetType, ParamType1 >::clone  )  const [inline, virtual]
 

Implements P::Slot1< RetType, ParamType1 >.

Definition at line 213 of file pslot.h.

References P::FuncSlot1< RetType, ParamType1 >::FuncSlot1().

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

Definition at line 216 of file pslot.h.

References P::slot().

template<class RetType, class ParamType1>
RetType P::FuncSlot1< RetType, ParamType1 >::proxy ParamType1  p1  )  [inline, virtual]
 

Implements P::Slot1< RetType, ParamType1 >.

Definition at line 210 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