SST/macro
Public Member Functions | Protected Attributes | List of all members
sstmac::handler_event_queue_entry Class Reference

#include <sst_event.h>

Inheritance diagram for sstmac::handler_event_queue_entry:
Inheritance graph
Collaboration diagram for sstmac::handler_event_queue_entry:
Collaboration graph

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

eventev_to_deliver_
 
event_handlerhandler_
 
- 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...
 

Detailed Description

Definition at line 141 of file sst_event.h.

Constructor & Destructor Documentation

virtual sstmac::handler_event_queue_entry::~handler_event_queue_entry ( )
inlinevirtual

Definition at line 146 of file sst_event.h.

References sstmac::event::to_string().

Here is the call graph for this function:

sstmac::handler_event_queue_entry::handler_event_queue_entry ( event ev,
event_handler hand,
event_loc_id  src_loc 
)

Member Function Documentation

void sstmac::handler_event_queue_entry::execute ( )
virtual
virtual std::string sstmac::handler_event_queue_entry::to_string ( ) const
virtual

Member Data Documentation

event* sstmac::handler_event_queue_entry::ev_to_deliver_
protected

Definition at line 159 of file sst_event.h.

event_handler* sstmac::handler_event_queue_entry::handler_
protected

Definition at line 161 of file sst_event.h.


The documentation for this class was generated from the following file: