Simple event to pass strings between components. More...
#include <stringEvent.h>
Public Member Functions | |
| StringEvent (const std::string &str) | |
| Create a new StringEvent. | |
| StringEvent (const StringEvent &me) | |
| Copies an existing StringEvent. | |
| StringEvent (const StringEvent *me) | |
| Copies an existing StringEvent. | |
| const std::string & | getString (void) |
| Returns the contents of this Event. | |
Friends | |
| class | boost::serialization::access |
Simple event to pass strings between components.
| SST::Interfaces::StringEvent::StringEvent | ( | const std::string & | str | ) | [inline] |
Create a new StringEvent.
| str | - The String contents of this event |
1.6.1