#include <combinators.hpp>
|
| bool | add_result (const MessageReturnType &r) |
| |
| bool | result () const |
| |
|
void | reset () |
| | Resets the result, so the instance could be reused.
|
| |
template<typename MessageReturnType = bool>
class dynamix::combinators::boolean_or< MessageReturnType >
A combinator for a boolean or operation.
- Template Parameters
-
| MessageReturnType | The actual return type of the messages. Its default value is bool, but such an operation is valid for various other classes that can be cast to bool, such as pointers, std streams, etc. |
template<typename MessageReturnType = bool>
The function used by the code generated for multicast messages. Stops the execution of the multicast chain at the first true.
template<typename MessageReturnType = bool>
The result of the operation if the multicast call has been made with an input/output parameter - an instance of boolean_or
The documentation for this class was generated from the following file: