SST  6.0.0
StructuralSimulationToolkit
SST::ThreadSyncQueue Class Reference

Base Class for a queue of Activities. More...

#include <threadSyncQueue.h>

Inheritance diagram for SST::ThreadSyncQueue:
SST::ActivityQueue

Public Member Functions

bool empty ()
 Returns true if the queue is empty.
 
int size ()
 Returns the number of activities in the queue.
 
Activitypop ()
 Not supported.
 
void insert (Activity *activity)
 Insert a new activity into the queue.
 
Activityfront ()
 Not supported.
 
void clear ()
 
std::vector< Activity * > & getVector ()
 

Detailed Description

Base Class for a queue of Activities.


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