#include <dt_stream_base.h>
Definition at line 16 of file dt_stream_base.h.
Data Fields | |
void(* | free_impl )(dt_writer *obj) |
Destructor function called to delete an instance. | |
dt_bool(* | write_impl )(dt_writer *obj, dt_stream_step const *step) |
Function used to process an incoming streaming step. |
|
Destructor function called to delete an instance.
|
|
Function used to process an incoming streaming step.
|