libxmq
Libxmq C API
Loading...
Searching...
No Matches
XMQWriter Struct Reference

#include <xmq.h>

Public Attributes

void * writer_state
XMQWrite write

Detailed Description

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.

Member Data Documentation

◆ write

XMQWrite XMQWriter::write

The function to be invoked from the printer to write output data.

◆ writer_state

void* XMQWriter::writer_state

The writer_state is passed to the write function.


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