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< BeginFenceEvent > | encountered {} |
Helper matcher that records in encountered all the events passed to it.
Definition at line 352 of file test_Matchers.cpp.
|
inline |
Definition at line 354 of file test_Matchers.cpp.
std::vector<BeginFenceEvent> Kokkos::utils::tests::callbacks::RecordingMatcher< MatcherType >::encountered {} |
Definition at line 361 of file test_Matchers.cpp.
MatcherType Kokkos::utils::tests::callbacks::RecordingMatcher< MatcherType >::matcher |
Definition at line 360 of file test_Matchers.cpp.