SST
14.1.0
StructuralSimulationToolkit
|
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. | |