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

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

#include <AsyncQueueMT.hxx>

Public Member Functions

 AsyncQueueWriter (AsyncQueueMT< T, Alloc > &q)
 Constructor.
 
 ~AsyncQueueWriter ()
 Destructor.
 
Tdata ()
 Access a reference to the data.
 

Detailed Description

template<class T, class Alloc = ListElementAllocator<T>>
class dueca::AsyncQueueWriter< T, Alloc >

Lightweight helper object for writing an async queue.

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


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