SST  6.0.0
StructuralSimulationToolkit
SST::InitQueue Class Reference

ActivityQueue for use during the init() phase. More...

#include <initQueue.h>

Inheritance diagram for SST::InitQueue:
SST::ActivityQueue

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.
 

Detailed Description

ActivityQueue for use during the init() phase.


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