SST/macro
|
#include <arrive_message.h>
Public Member Functions | |
virtual std::string | to_string () const |
Stringifier. More... | |
Public Member Functions inherited from sstmac::event | |
void | serialize_order (serializer &ser) |
virtual bool | is_packet () const |
convenience methods More... | |
virtual bool | is_credit () const |
virtual bool | is_failure () const |
template<class T > | |
T * | interface () |
Public Member Functions inherited from sprockit::serializable | |
virtual const char * | cls_name () const =0 |
virtual uint32_t | cls_id () const =0 |
virtual | ~serializable () |
Public Member Functions inherited from sstmac::library_interface | |
std::string | lib_name () const |
void | set_lib_name (const std::string &name) |
void | serialize_order (serializer &ser) |
Public Member Functions inherited from sstmac::timed_interface | |
timed_interface () | |
timed_interface (const timestamp &t) | |
timestamp | time () const |
Time getter. More... | |
void | set_time (const timestamp &t) |
Time setter. More... | |
void | serialize_order (serializer &ser) |
Additional Inherited Members | |
Protected Types inherited from sprockit::serializable | |
enum | cxn_flag_t { ConstructorFlag } |
Protected Member Functions inherited from sstmac::library_interface | |
library_interface (const std::string &libname) | |
library_interface () | |
void | clone_into (library_interface *cln) const |
Protected Member Functions inherited from sstmac::timed_interface | |
void | clone_into (timed_interface *cln) const |
Protected Attributes inherited from sstmac::sw::launch_event | |
task_id | tid_ |
app * | apptype_ |
app_id | aid_ |
std::vector< int > | core_affinities_ |
Protected Attributes inherited from sstmac::library_interface | |
std::string | lib_name_ |
Protected Attributes inherited from sstmac::timed_interface | |
timestamp | time_ |
Definition at line 22 of file arrive_message.h.
|
inlinevirtual |
Stringifier.
Reimplemented from sstmac::sw::launch_event.
Definition at line 31 of file arrive_message.h.