kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
Kokkos::utils::tests::callbacks::RecordingMatcher< MatcherType > Struct Template Reference

Helper matcher that records in encountered all the events passed to it. More...

Public Member Functions

bool operator() (const BeginFenceEvent &event)
 

Public Attributes

MatcherType matcher
 
std::vector< BeginFenceEventencountered {}
 

Detailed Description

template<Matcher MatcherType>
struct Kokkos::utils::tests::callbacks::RecordingMatcher< MatcherType >

Helper matcher that records in encountered all the events passed to it.

Definition at line 352 of file test_Matchers.cpp.

Member Function Documentation

◆ operator()()

template<Matcher MatcherType>
bool Kokkos::utils::tests::callbacks::RecordingMatcher< MatcherType >::operator() ( const BeginFenceEvent & event)
inline

Definition at line 354 of file test_Matchers.cpp.

Member Data Documentation

◆ encountered

template<Matcher MatcherType>
std::vector<BeginFenceEvent> Kokkos::utils::tests::callbacks::RecordingMatcher< MatcherType >::encountered {}

Definition at line 361 of file test_Matchers.cpp.

◆ matcher

template<Matcher MatcherType>
MatcherType Kokkos::utils::tests::callbacks::RecordingMatcher< MatcherType >::matcher

Definition at line 360 of file test_Matchers.cpp.


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