kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
Kokkos::utils::callbacks::impl Namespace Reference

Classes

class  ContainsInOrderMatcher
 
struct  IsListenerFor
 Helper struct needed for the implementation of Kokkos::utils::callbacks::listener_event_type_list_t. More...
 
struct  IsMatcherFor
 Helper struct needed for the implementation of the Matcher concept. More...
 
struct  IsMatcherFor< Callable, Kokkos::Impl::type_list< Events... > >
 
struct  ListenerConceptBase
 Helper structures used by Kokkos::utils::callbacks::Manager to store and call registered listeners. More...
 
struct  ListenerConceptCallOperator
 
struct  ListenerModel
 
struct  ListenerModel< Callable, EventTypes... >
 
struct  ListenerModel< Callable, Kokkos::Impl::type_list< EventTypes... > >
 
struct  ListenerModelBase
 
struct  ListenerModelCallOperator
 
struct  ListOfListenerCallOprPerEventTypeTransformer
 Helper struct needed for the implementation of Kokkos::utils::callbacks::impl::listener_call_opr_list_tuple_t. More...
 

Typedefs

using listener_call_opr_list_tuple_t
 Type of container used by Kokkos::utils::callbacks::Manager to store pointers to the registered listeners per event type.
 

Typedef Documentation

◆ listener_call_opr_list_tuple_t

Initial value:

Type of container used by Kokkos::utils::callbacks::Manager to store pointers to the registered listeners per event type.

Definition at line 96 of file Manager.hpp.