|
SST/macro
|
#include <sst_event.h>


Public Member Functions | |
| virtual | ~handler_event_queue_entry () |
| handler_event_queue_entry (event *ev, event_handler *hand, event_loc_id src_loc) | |
| virtual std::string | to_string () const |
| void | execute () |
Protected Attributes | |
| event * | ev_to_deliver_ |
| event_handler * | handler_ |
Protected Attributes inherited from sstmac::event_queue_entry | |
| timestamp | time_ |
| event_loc_id | dst_loc_ |
| event_loc_id | src_loc_ |
| uint32_t | seqnum_ |
| A unique sequence number from the source. More... | |
Definition at line 141 of file sst_event.h.
|
inlinevirtual |
Definition at line 146 of file sst_event.h.
References sstmac::event::to_string().

| sstmac::handler_event_queue_entry::handler_event_queue_entry | ( | event * | ev, |
| event_handler * | hand, | ||
| event_loc_id | src_loc | ||
| ) |
|
virtual |
Implements sstmac::event_queue_entry.
|
virtual |
Implements sstmac::event_queue_entry.
|
protected |
Definition at line 159 of file sst_event.h.
|
protected |
Definition at line 161 of file sst_event.h.
1.8.11