|
SST 15.0
Structural Simulation Toolkit
|
Public Member Functions | |
| ThreadSyncQueue (RankInfo to_rank) | |
| bool | empty () override |
| Returns true if the queue is empty. | |
| int | size () override |
| Returns the number of activities in the queue. | |
| Activity * | pop () override |
| Not supported. | |
| void | insert (Activity *activity) override |
| Insert a new activity into the queue. | |
| Activity * | front () override |
| Not supported. | |
| void | clear () |
| std::vector< Activity * > & | getVector () |
Public Member Functions inherited from SST::SyncQueue | |
| SyncQueue (RankInfo to_rank) | |
| RankInfo | getToRank () |
| Accessor method to get to_rank. | |
|
inlineoverridevirtual |
Returns true if the queue is empty.
Implements SST::ActivityQueue.
|
inlineoverridevirtual |
Not supported.
Implements SST::ActivityQueue.
|
inlineoverridevirtual |
Insert a new activity into the queue.
Implements SST::ActivityQueue.
|
inlineoverridevirtual |
Not supported.
Implements SST::ActivityQueue.
|
inlineoverridevirtual |
Returns the number of activities in the queue.
Implements SST::ActivityQueue.