#include <matchers.h>
Public Member Functions | |
| andMatcher (RefCMatcher lhs, RefCMatcher rhs) | |
Public Member Functions inherited from NSL::matcher | |
| virtual bool | operator() (Event &ev) |
| virtual void | AddPreHook (const hookType &hook) |
| virtual void | AddPreHook (hookType &&hook) |
| virtual void | AddPostHook (const hookType &hook, PostHookCondition condition) |
| virtual void | AddPostHook (hookType &&hook, PostHookCondition condition) |
Protected Attributes | |
| RefCMatcher | m_lhs |
| RefCMatcher | m_rhs |
Private Member Functions | |
| bool | check (Event &ev) override |
Additional Inherited Members | |
Public Types inherited from NSL::matcher | |
| using | funcType = std::function< bool(Event &)> |
| using | hookType = std::function< void(Event &)> |
Definition at line 70 of file matchers.h.
|
inline |
Definition at line 72 of file matchers.h.
|
inlineoverrideprivatevirtual |
Implements NSL::matcher.
Definition at line 75 of file matchers.h.
|
protected |
Definition at line 75 of file matchers.h.
|
protected |
Definition at line 79 of file matchers.h.
1.8.5