SpECTRE  v2026.04.01
Loading...
Searching...
No Matches
Parallel::SimpleActionCallback< SimpleAction, Proxy > Class Template Reference

Wraps a call to a simple action without arguments. More...

#include <Callback.hpp>

Public Member Functions

 WRAPPED_PUPable_decl_template (SimpleActionCallback)
 SimpleActionCallback (Proxy proxy)
 SimpleActionCallback (CkMigrateMessage *msg)
void invoke () override
void pup (PUP::er &p) override
void register_with_charm () override
bool is_equal_to (const Callback &rhs) const override
 Returns if this callback is equal to the one passed in.
std::string name () const override
std::unique_ptr< Callbackget_clone () override
Public Member Functions inherited from Parallel::Callback
 WRAPPED_PUPable_abstract (Callback)
 Callback (const Callback &)=default
Callbackoperator= (const Callback &)=default
 Callback (Callback &&)=default
Callbackoperator= (Callback &&)=default
 Callback (CkMigrateMessage *msg)

Detailed Description

template<typename SimpleAction, typename Proxy>
class Parallel::SimpleActionCallback< SimpleAction, Proxy >

Wraps a call to a simple action without arguments.

Member Function Documentation

◆ get_clone()

template<typename SimpleAction, typename Proxy>
std::unique_ptr< Callback > Parallel::SimpleActionCallback< SimpleAction, Proxy >::get_clone ( )
inlineoverridevirtual

Implements Parallel::Callback.

◆ invoke()

template<typename SimpleAction, typename Proxy>
void Parallel::SimpleActionCallback< SimpleAction, Proxy >::invoke ( )
inlineoverridevirtual

Implements Parallel::Callback.

◆ is_equal_to()

template<typename SimpleAction, typename Proxy>
bool Parallel::SimpleActionCallback< SimpleAction, Proxy >::is_equal_to ( const Callback & rhs) const
inlineoverridevirtual

Returns if this callback is equal to the one passed in.

Implements Parallel::Callback.

◆ name()

template<typename SimpleAction, typename Proxy>
std::string Parallel::SimpleActionCallback< SimpleAction, Proxy >::name ( ) const
inlineoverridevirtual

Implements Parallel::Callback.

◆ register_with_charm()

template<typename SimpleAction, typename Proxy>
void Parallel::SimpleActionCallback< SimpleAction, Proxy >::register_with_charm ( )
inlineoverridevirtual

Implements Parallel::Callback.


The documentation for this class was generated from the following file:
  • src/Parallel/Callback.hpp