|
SST
14.1.0
StructuralSimulationToolkit
|
Internal API. More...
#include <syncQueue.h>
Public Member Functions | |
| SyncQueue (RankInfo to_rank) | |
| RankInfo | getToRank () |
| Accessor method to get to_rank. | |
Public Member Functions inherited from SST::ActivityQueue | |
| virtual bool | empty ()=0 |
| Returns true if the queue is empty. | |
| virtual int | size ()=0 |
| Returns the number of activities in the queue. | |
| virtual Activity * | pop ()=0 |
| Remove and return the next activity. | |
| virtual void | insert (Activity *activity)=0 |
| Insert a new activity into the queue. | |
| virtual Activity * | front ()=0 |
| Returns the next activity. | |