nw::ut::FunctionSlot3 Class

Syntax

template <typename TResult, typename TArg0, typename TArg1, typename TArg2, typename TFunction, typename TAllocator>
class FunctionSlot3 : public nw::ut::Slot3< TResult, TArg0, TArg1, TArg2, 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 three arguments.)

typedef Definitions

ResultType
FunctionType
AllocatorType

Member Functions

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

Class Hierarchy

nw::ut::Slot3
  nw::ut::FunctionSlot3


CONFIDENTIAL