TECA
Public Member Functions | List of all members
teca_threadsafe_queue< T > Class Template Reference

Public Member Functions

 teca_threadsafe_queue (const teca_threadsafe_queue< T > &other)
 
void operator= (const teca_threadsafe_queue< T > &other)
 
std::queue< T >::size_type size () const
 
void push (const T &val)
 
void push (T &&val)
 
void pop (T &val)
 
bool try_pop (T &val)
 
void swap (teca_threadsafe_queue< T > &other)
 
void clear ()
 

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