SpECTRE
v2025.03.17
|
Derived class for registering threaded actions. More...
#include <CharmRegistration.hpp>
Public Member Functions | |
RegisterThreadedAction (const RegisterThreadedAction &)=default | |
RegisterThreadedAction & | operator= (const RegisterThreadedAction &)=default |
RegisterThreadedAction (RegisterThreadedAction &&)=default | |
RegisterThreadedAction & | operator= (RegisterThreadedAction &&)=default |
void | register_with_charm () const override |
std::string | name () const override |
![]() | |
RegistrationHelper (const RegistrationHelper &)=default | |
RegistrationHelper & | operator= (const RegistrationHelper &)=default |
RegistrationHelper (RegistrationHelper &&)=default | |
RegistrationHelper & | operator= (RegistrationHelper &&)=default |
virtual void | register_with_charm () const =0 |
virtual std::string | name () const =0 |
virtual bool | is_registering_chare () const |
Static Public Attributes | |
static bool | registrar |
Derived class for registering threaded actions.
Calls the appropriate Charm++ function to register a threaded action.
|
inlineoverridevirtual |
Implements Parallel::charmxx::RegistrationHelper.
|
inlineoverridevirtual |
Implements Parallel::charmxx::RegistrationHelper.
|
static |