nw::ut::FunctionSlot0 Class

Syntax

template <typename TResult, typename TFunction, typename TAllocator>
class FunctionSlot0 : public nw::ut::Slot0< TResult, 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 no arguments.)

typedef Definitions

ResultType
FunctionType
AllocatorType

Member Functions

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

Class Hierarchy

nw::ut::Slot0
  nw::ut::FunctionSlot0


CONFIDENTIAL