#include <event.h>
Public Member Functions | |
| void | execute (void) |
| Cause this event to fire. | |
| virtual void | print (const std::string &header, Output &out) const |
| Virtual function to "pretty-print" this event. | |
Friends | |
| class | boost::serialization::access |
Null Event.
Does nothing.
| virtual void SST::NullEvent::print | ( | const std::string & | header, | |
| Output & | out | |||
| ) | const [inline, virtual] |
Virtual function to "pretty-print" this event.
Should be implemented by subclasses.
Reimplemented from SST::Event.
References SST::Activity::getDeliveryTime(), SST::Activity::getPriority(), and SST::Output::output().
1.6.1