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

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

Method-slot with 1 argument. More...

#include <pslot.h>

Inheritance diagram for P::MethodSlot1< RetType, ObjType, ParamType1 >:

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

Public Types

typedef RetType(ObjType::* Callback )(ParamType1)

Public Member Functions

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

Detailed Description

template<class RetType, class ObjType, class ParamType1>
class P::MethodSlot1< RetType, ObjType, ParamType1 >

Method-slot with 1 argument.

Author:
Christian Prochnow <cproch@seculogix.de>

Definition at line 270 of file pslot.h.


Member Typedef Documentation

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

Definition at line 272 of file pslot.h.


Constructor & Destructor Documentation

template<class RetType, class ObjType, class ParamType1>
P::MethodSlot1< RetType, ObjType, ParamType1 >::MethodSlot1 ObjType *  obj,
Callback  cb
[inline]
 

Definition at line 274 of file pslot.h.

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

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

Definition at line 277 of file pslot.h.


Member Function Documentation

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

Implements P::Slot1< RetType, ParamType1 >.

Definition at line 282 of file pslot.h.

References P::MethodSlot1< RetType, ObjType, ParamType1 >::MethodSlot1().

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

Definition at line 285 of file pslot.h.

References P::slot().

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

Implements P::Slot1< RetType, ParamType1 >.

Definition at line 279 of file pslot.h.


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