nw::ut::FunctionSlot2 Class

Syntax

template <typename TResult, typename TArg0, typename TArg1, typename TFunction, typename TAllocator>
class FunctionSlot2 : public nw::ut::Slot2< TResult, TArg0, TArg1, 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 are two arguments.)

typedef Definitions

ResultType
FunctionType
AllocatorType

Member Functions

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

Class Hierarchy

nw::ut::Slot2
  nw::ut::FunctionSlot2


CONFIDENTIAL