Matcher to select events whose name matches name. More...
#include <EventNameMatcher.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::string | name |
Matcher to select events whose name matches name.
Definition at line 10 of file EventNameMatcher.hpp.
|
inline |
Definition at line 13 of file EventNameMatcher.hpp.
|
inline |
Definition at line 18 of file EventNameMatcher.hpp.
| std::string Kokkos::utils::callbacks::EventNameMatcher::name |
Definition at line 22 of file EventNameMatcher.hpp.