template <typename TResult, typename TArg0, typename TArg1, typename TArg2, typename TArg3, typename TFunction, typename TAllocator> class FunctionSlot4 : public nw::ut::Slot4< TResult, TArg0, TArg1, TArg2, TArg3, TAllocator >
| Name | Description |
|---|---|
| TResult | Return value type. |
TFunction |
Type of function or function object. |
| TAllocator | Allocator type. |
Class for getting a signal. (There are four arguments.)
typedef Definitions| FunctionSlot4 | Constructor. | |
|---|---|---|
| V |
Invoke
|
Sends a signal to a slot. |
Destroy
|
Destroys self.(Inherited from Slot4. |
|
GetAllocator
|
(Inherited from Slot4. |
nw::ut::Slot4
nw::ut::FunctionSlot4
CONFIDENTIAL