#include <KokkosFunctorRegistry.h>
Public Member Functions | |
| virtual | ~FunctorRegistryEntryBase () |
| virtual std::unique_ptr< FunctorWrapperHostBase > | build (const void *object) const =0 |
| Build a host wrapper for this functor. More... | |
Definition at line 18 of file KokkosFunctorRegistry.h.
|
inlinevirtual |
Definition at line 21 of file KokkosFunctorRegistry.h.
|
pure virtual |
Build a host wrapper for this functor.
| object | The pointer to the functor |
Implemented in Moose::Kokkos::FunctorRegistryEntry< Object >.
1.8.14