SST  12.0.0
StructuralSimulationToolkit
SST::Core::ThreadSafe::BoundedQueue< T > Class Template Reference

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)
 
remove ()
 

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