SST
6.0.0
StructuralSimulationToolkit
|
Internal API. More...
#include <syncQueue.h>
Data Structures | |
struct | Header |
Public Member Functions | |
bool | empty () |
Returns true if the queue is empty. | |
int | size () |
Returns the number of activities in the queue. | |
void | insert (Activity *activity) |
Insert a new activity into the queue. | |
Activity * | pop () |
Remove and return the next activity. | |
Activity * | front () |
Returns the next activity. | |
void | clear () |
Clear elements from the queue. | |
char * | getData () |
Accessor method to the internal queue. | |
uint64_t | getDataSize () |
Internal API.
Activity Queue for use by Sync Objects