|
stmm-games-doc
0.32.0
|
Always call back listener. More...

Public Member Functions | |
| bool | operator() (const shared_ptr< const Event > &) const noexcept override |
| Function that determines whether an event should be sent to a listener. More... | |
Public Member Functions inherited from stmi::CallIf | |
| virtual | ~CallIf () noexcept=default |
Static Public Member Functions | |
| static const shared_ptr< CallIfTrue > & | getInstance () noexcept |
| The singleton CallIfTrue instance. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from stmi::CallIf | |
| CallIf () noexcept | |
Always call back listener.
|
inlinestaticnoexcept |
The singleton CallIfTrue instance.
|
inlineoverridevirtualnoexcept |
Function that determines whether an event should be sent to a listener.
| refEvent | The event. Cannot be null. |
true if the event is to be sent to the listener, false otherwise. Implements stmi::CallIf.
1.8.13