#include <dt_stream_base.h>
Definition at line 7 of file dt_stream_base.h.
Data Fields | |
| void(* | free_impl )(dt_reader *obj) |
| Destructor function called to delete an instance. | |
| dt_bool(* | read_impl )(dt_reader *obj, dt_stream_step *step) |
| Function used to retrieve a streaming step. | |
|
|
Destructor function called to delete an instance.
|
|
|
Function used to retrieve a streaming step.
|
1.3.1