nw::ut::FunctionSlot5 Class

Syntax

template <typename TResult, typename TArg0, typename TArg1, typename TArg2, typename TArg3, typename TArg4, typename TFunction, typename TAllocator>
class FunctionSlot5 : public nw::ut::Slot5< TResult, TArg0, TArg1, TArg2, TArg3, TArg4, 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 five arguments.)

typedef Definitions

ResultType
FunctionType
AllocatorType

Member Functions

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

Class Hierarchy

nw::ut::Slot5
  nw::ut::FunctionSlot5


CONFIDENTIAL