#include <st.h>
Public Member Functions | |
void | push (const T &x) |
T | take () |
const T & | front () const |
bool | empty () const |
void | pop () |
void | clear () |
const std::queue< T > & | queue () const |
ST threads can wait on this until elements have been pushed in (resulting in a waking signal).
Definition at line 195 of file st.h.