scim  1.4.14
scim::FunctionSlot1< R, P1 > Class Template Reference

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

#include <scim_slot.h>

Public Member Functions

 FunctionSlot1 (PF function)
virtual R call (P1 p1) const
- Public Member Functions inherited from scim::Slot1< R, P1 >
operator() (P1 p1) const
 Function operator; Calls call().

Additional Inherited Members

- Protected Member Functions inherited from scim::Slot1< R, P1 >
 Slot1 ()
 Constructor.

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.

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).

Member Function Documentation

template<typename R , typename P1 >
virtual R scim::FunctionSlot1< R, P1 >::call ( P1  p1) const
inlinevirtual

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 >.


The documentation for this class was generated from the following file: