libcppa
Version 0.1
|
#include <invoke_rules.hpp>
Public Member Functions | |
bool | operator() (const any_tuple &data) const |
detail::intermediate * | get_intermediate (const any_tuple &data) const |
Base of timed_invoke_rules and invoke_rules.
detail::intermediate* cppa::invoke_rules_base::get_intermediate | ( | const any_tuple & | data | ) | const |
Tries to match data
with one of the stored patterns.
data | Data tuple that should be matched. |
nullptr
. bool cppa::invoke_rules_base::operator() | ( | const any_tuple & | data | ) | const |
Tries to match data
with one of the stored patterns.
If a pattern matched data
, the corresponding callback is invoked.
data | Data tuple that should be matched. |
true
if a pattern matched data
; otherwise false
.