SST
13.1.0
Structural Simulation Toolkit
|
Public Member Functions | |
BoundedQueue (size_t maxSize) | |
void | initialize (size_t maxSize) |
size_t | size () const |
bool | empty () const |
bool | try_insert (const T &arg) |
bool | try_remove (T &res) |
T | remove () |