SST::SyncQueue Class Reference

Internal API. More...

#include <syncQueue.h>

Inheritance diagram for SST::SyncQueue:
SST::ActivityQueue

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.
Activitypop ()
 Remove and return the next activity.
Activityfront ()
 Returns the next activity.
void clear ()
 Clear elements from the queue.
char * getData ()
 Accessor method to the internal queue.
uint64_t getDataSize ()

Detailed Description

Internal API.

Activity Queue for use by Sync Objects


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

Generated on 14 Sep 2015 for SST by  doxygen 1.6.1