|
libxmq
Libxmq C API
|
#include <xmq.h>
Public Attributes | |
| void * | writer_state |
| XMQWrite | write |
The xmq printer uses the writer to write data supplied from a buffer (start <= i < stop). You can create your own writer with a function that takes a pointer to the writer state. The writer function must return true if the writing was successful.
| XMQWrite XMQWriter::write |
The function to be invoked from the printer to write output data.
| void* XMQWriter::writer_state |
The writer_state is passed to the write function.