#include <TupleQueue.h>
Public Member Functions | |
EnqIterator () | |
Dummy constructor. | |
void * | tuple () const |
Returns a pointer to a tuple-sized chunk of memory to which data may be written. | |
EnqIterator & | operator++ () |
Indicates that the tuple to which this iterator points has been populated. |
|
Dummy constructor.
|
|
Indicates that the tuple to which this iterator points has been populated.
|
|
Returns a pointer to a tuple-sized chunk of memory to which data may be written.
|