SST  7.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 () override
 Returns true if the queue is empty.
 
int size () override
 Returns the number of activities in the queue.
 
Activitypop () override
 Not supported.
 
void insert (Activity *activity) override
 Insert a new activity into the queue.
 
Activityfront () override
 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: