nw::ut::FunctionSlot1 Class

Syntax

template <typename TResult, typename TArg0, typename TFunction, typename TAllocator>
class FunctionSlot1 : public nw::ut::Slot1< TResult, TArg0, TAllocator >

Template Arguments

Name Description
TResult Return value type.
TFunction Type of function or function object.
TAllocator Allocator type.

Description

Class for getting a signal. (There is one argument.)

typedef Definitions

ResultType
FunctionType
AllocatorType

Member Functions

FunctionSlot1 Constructor.
V Invoke Sends a signal to a slot.
Destroy Destroys self.(Inherited from Slot1.
GetAllocator (Inherited from Slot1.

Class Hierarchy

nw::ut::Slot1
  nw::ut::FunctionSlot1


CONFIDENTIAL