12 #ifndef SST_CORE_INTERFACES_STRINGEVENT_H 
   13 #define SST_CORE_INTERFACES_STRINGEVENT_H 
   15 #include "sst/core/event.h" 
   16 #include "sst/core/sst_types.h" 
   19 namespace Interfaces {
 
   46         Event::serialize_order(ser);
 
   56 #endif // SST_CORE_INTERFACES_STRINGEVENT_H 
virtual Event * clone() override
Clone a StringEvent. 
Definition: stringEvent.h:35
 
This class is basically a wrapper for objects to declare the order in which their members should be s...
Definition: serializer.h:34
 
Simple event to pass strings between components. 
Definition: stringEvent.h:24
 
const std::string & getString(void)
Returns the contents of this Event. 
Definition: stringEvent.h:38
 
StringEvent(const std::string &str)
Create a new StringEvent. 
Definition: stringEvent.h:32
 
Base class for Events - Items sent across links to communicate between components. 
Definition: event.h:34
 
Definition: serializable.h:138