#include <KokkosDispatcher.h>
Public Member Functions | |
| std::unique_ptr< DispatcherBase > | build (const void *object) const override final |
| Build a dispatcher for this operation and functor. More... | |
| void | hasUserMethod (bool flag) |
| Set whether the user has overriden the hook method associated with this operation. More... | |
| bool | hasUserMethod () const |
| Get whether the user has overriden the hook method associated with this operation. More... | |
Definition at line 237 of file KokkosDispatcher.h.
|
inlinefinaloverridevirtual |
Build a dispatcher for this operation and functor.
| object | The pointer to the functor |
Implements Moose::Kokkos::DispatcherRegistryEntryBase.
Definition at line 240 of file KokkosDispatcher.h.
|
inlineinherited |
Set whether the user has overriden the hook method associated with this operation.
| flag | Whether the user has overriden the hook method |
Definition at line 202 of file KokkosDispatcher.h.
|
inlineinherited |
Get whether the user has overriden the hook method associated with this operation.
Definition at line 207 of file KokkosDispatcher.h.
1.8.14