|
stmm-input-doc
0.17.0
|
Applies a "conditional OR" to two callif conditions. More...

Public Member Functions | |
| CallIfOr (const shared_ptr< CallIf > &refCallIf1, const shared_ptr< CallIf > &refCallIf2) noexcept | |
| 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 > & | getCallIf1 () const noexcept |
| const shared_ptr< CallIf > & | getCallIf2 () const noexcept |
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 "conditional OR" to two callif conditions.
|
noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
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