![]() |
Cytopia
0.3
A city building simulation game
|
CollectorLast returns the result of the last signal handler from a signal emission. More...
#include <Signal.hxx>
Public Types | |
using | CollectorResult = Result |
Public Member Functions | |
CollectorLast () | |
bool | operator() (Result r) |
CollectorResult | result () |
Private Attributes | |
Result | last_ |
CollectorLast returns the result of the last signal handler from a signal emission.
Definition at line 22 of file Signal.hxx.
using Signal::Lib::CollectorLast< Result >::CollectorResult = Result |
Definition at line 24 of file Signal.hxx.
|
inlineexplicit |
Definition at line 25 of file Signal.hxx.
|
inline |
Definition at line 26 of file Signal.hxx.
|
inline |
Definition at line 31 of file Signal.hxx.
|
private |
Definition at line 34 of file Signal.hxx.