|
stmm-games-doc
0.32.0
|
Applies a "NOT" to a callif condition. More...

Public Member Functions | |
| CallIfNot (const shared_ptr< CallIf > &refCallIf) noexcept | |
| Constructor. More... | |
| bool | operator() (const shared_ptr< const Event > &refEvent) const noexcept override |
| Function that determines whether an event should be sent to a listener. More... | |
| const shared_ptr< CallIf > & | getCallIf () const noexcept |
| The negated callif. More... | |
Public Member Functions inherited from stmi::CallIf | |
| virtual | ~CallIf () noexcept=default |
Additional Inherited Members | |
Protected Member Functions inherited from stmi::CallIf | |
| CallIf () noexcept | |
Applies a "NOT" to a callif condition.
|
explicitnoexcept |
Constructor.
| refCallIf | The negated callif. Cannot be null. |
|
inlinenoexcept |
The negated callif.
|
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