#include <Stream.h>
Public Member Functions | |
EnqIterator () | |
Dummy contsructor. | |
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 and may be input to the stream. |
|
Dummy contsructor.
|
|
Indicates that the tuple to which this iterator points has been populated and may be input to the stream.
|
|
Returns a pointer to a tuple-sized chunk of memory to which data may be written.
|