Matcher to select events whose name matches a regular expression. More...
#include <EventRegexMatcher.hpp>
Public Member Functions | |
| template<NamedEvent EventType> | |
| bool | operator() (const EventType &event) const |
| template<DataEvent EventType> | |
| bool | operator() (const EventType &event) const |
Public Attributes | |
| std::regex | regex |
Matcher to select events whose name matches a regular expression.
Definition at line 12 of file EventRegexMatcher.hpp.
|
inline |
Definition at line 15 of file EventRegexMatcher.hpp.
|
inline |
Definition at line 20 of file EventRegexMatcher.hpp.
| std::regex Kokkos::utils::callbacks::EventRegexMatcher::regex |
Definition at line 24 of file EventRegexMatcher.hpp.