kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
Kokkos::utils::callbacks::EventNameMatcher Struct Reference

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
 

Detailed Description

Matcher to select events whose name matches name.

Definition at line 10 of file EventNameMatcher.hpp.

Member Function Documentation

◆ operator()() [1/2]

template<NamedEvent EventType>
bool Kokkos::utils::callbacks::EventNameMatcher::operator() ( const EventType & event) const
inline

Definition at line 13 of file EventNameMatcher.hpp.

◆ operator()() [2/2]

template<DataEvent EventType>
bool Kokkos::utils::callbacks::EventNameMatcher::operator() ( const EventType & event) const
inline

Definition at line 18 of file EventNameMatcher.hpp.

Member Data Documentation

◆ name

std::string Kokkos::utils::callbacks::EventNameMatcher::name

Definition at line 22 of file EventNameMatcher.hpp.


The documentation for this struct was generated from the following file: