Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

scim::FunctionSlot1< R, P1 > Class Template Reference
[SignalSlotSignalSlot]

A slot template for static functions taking one argument of type P1 and returning a value of type R. More...

#include <scim_slot.h>

Inheritance diagram for scim::FunctionSlot1< R, P1 >:

Inheritance graph
[legend]
Collaboration diagram for scim::FunctionSlot1< R, P1 >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 FunctionSlot1 (PF function)
virtual R call (P1 p1) const

Detailed Description

template<typename R, typename P1>
class scim::FunctionSlot1< R, P1 >

A slot template for static functions taking one argument of type P1 and returning a value of type R.

Definition at line 232 of file scim_slot.h.


Constructor & Destructor Documentation

template<typename R, typename P1>
scim::FunctionSlot1< R, P1 >::FunctionSlot1 PF  function  )  [inline]
 

Construct a new function slot for a static function. <

Parameters:
function - static function with the signature R (*PF)(P1).
Definition at line 238 of file scim_slot.h.


Member Function Documentation

template<typename R, typename P1>
virtual R scim::FunctionSlot1< R, P1 >::call P1  p1  )  const [inline, virtual]
 

Calls the function connected to this slot passing it argument p1. <

Returns:
a value of type R returned by the called function.

Implements scim::Slot1< R, P1 >.

Definition at line 242 of file scim_slot.h.


The documentation for this class was generated from the following file:
Generated on Thu Dec 30 21:03:25 2004 for scim by doxygen 1.3.8