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

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
 

Detailed Description

Matcher to select events whose name matches a regular expression.

Definition at line 12 of file EventRegexMatcher.hpp.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 15 of file EventRegexMatcher.hpp.

◆ operator()() [2/2]

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

Definition at line 20 of file EventRegexMatcher.hpp.

Member Data Documentation

◆ regex

std::regex Kokkos::utils::callbacks::EventRegexMatcher::regex

Definition at line 24 of file EventRegexMatcher.hpp.


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