#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. | |
| void | hasUserMethod (bool flag) |
| Set whether the user has overriden the hook method associated with this operation. | |
| bool | hasUserMethod () const |
| Get whether the user has overriden the hook method associated with this operation. | |
Private Attributes | |
| bool | _has_user_method = false |
| Flag whether the user has overriden the hook method associated with this operation. | |
Definition at line 238 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 241 of file KokkosDispatcher.h.
|
inlineinherited |
Get whether the user has overriden the hook method associated with this operation.
Definition at line 208 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 203 of file KokkosDispatcher.h.
|
privateinherited |
Flag whether the user has overriden the hook method associated with this operation.
Definition at line 214 of file KokkosDispatcher.h.
Referenced by Moose::Kokkos::DispatcherRegistryEntryBase::hasUserMethod(), and Moose::Kokkos::DispatcherRegistryEntryBase::hasUserMethod().