Types
| Name | Value | Description |
|---|---|---|
EmptyCallback | std::function<void()> | |
NextCallback | std::function<void(T)> | |
ErrorCallback | std::function<void(const String &)> | |
CompleteCallback | std::function<void()> |
Constructors
| Name | Description |
|---|---|
Subscription() |
Functions
| Access | Return | Modifier | Name | Description |
|---|---|---|---|---|
public | inline | next() | ||
public | inline | next( T inData ) | ||
public | inline | |||
public | bool | inline, const | isCompleted() | |
public | inline | complete() |
Members
| Access | Type | Modifier | Name | Description |
|---|---|---|---|---|
private | bool | m_bIsCompleted | ||
private | m_next | |||
private | m_error | |||
private | m_complete |