|
SpECTRE
v2025.08.19
|
Derived class for registering receive_data functions. More...
#include <CharmRegistration.hpp>
Public Member Functions | |
| RegisterReceiveData (const RegisterReceiveData &)=default | |
| RegisterReceiveData & | operator= (const RegisterReceiveData &)=default |
| RegisterReceiveData (RegisterReceiveData &&)=default | |
| RegisterReceiveData & | operator= (RegisterReceiveData &&)=default |
| void | register_with_charm () const override |
| std::string | name () const override |
Public Member Functions inherited from Parallel::charmxx::RegistrationHelper | |
| 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 receive_data functions.
Calls the appropriate Charm++ function to register a receive_data function. There is a bug in Charm++ that doesn't allow default values for entry method arguments for groups and nodegroups, so we have to handle the (node)group cases separately from the singleton and array cases.
|
inlineoverridevirtual |
Implements Parallel::charmxx::RegistrationHelper.
|
inlineoverridevirtual |
Implements Parallel::charmxx::RegistrationHelper.
|
static |