SST  14.1.0
StructuralSimulationToolkit
SST::SyncQueue Class Reference

Internal API. More...

#include <syncQueue.h>

Inheritance diagram for SST::SyncQueue:
SST::ActivityQueue SST::RankSyncQueue SST::ThreadSyncQueue

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 Activitypop ()=0
 Remove and return the next activity.
 
virtual void insert (Activity *activity)=0
 Insert a new activity into the queue.
 
virtual Activityfront ()=0
 Returns the next activity.
 

Detailed Description

Internal API.

Base class for all Sync Queues

Activity Queue for use by Sync Objects


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