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