DUECA/DUSIME
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dueca::AsyncQueueReader< T, Alloc > Class Template Reference

Lightweight helper object for reading an async queue. More...

#include <AsyncQueueMT.hxx>

Public Member Functions

 AsyncQueueReader (AsyncQueueMT< T, Alloc > &q)
 Constructor.
 
 ~AsyncQueueReader ()
 Destructor.
 
bool valid () const
 Test whether data is present.
 
const Tdata ()
 Access a reference to the data.
 

Detailed Description

template<typename T, class Alloc = ListElementAllocator<T>>
class dueca::AsyncQueueReader< T, Alloc >

Lightweight helper object for reading an async queue.

Create on stack, destructor signals end of reading and passes to next data.


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