Go to the source code of this file.
Data Structures | |
struct | dt_reader_ |
Internal data structure for instances of the dt_reader base class. More... | |
struct | dt_writer_ |
Internal data structure for instances of the dt_writer base class. More... | |
Typedefs | |
typedef dt_reader_ | dt_reader |
Internal data structure for instances of the dt_reader base class. | |
typedef dt_writer_ | dt_writer |
Internal data structure for instances of the dt_writer base class. | |
Functions | |
void | dt_init_reader_base (dt_reader *reader, void(*free_impl)(dt_reader *), dt_bool(*read_impl)(dt_reader *, dt_stream_step *)) |
void | dt_init_writer_base (dt_writer *writer, void(*free_impl)(dt_writer *), dt_bool(*write_impl)(dt_writer *, dt_stream_step const *)) |
|
Internal data structure for instances of the dt_reader base class.
|
|
Internal data structure for instances of the dt_writer base class.
|
|
Definition at line 65 of file dt_stream_base.c. |
|
Definition at line 77 of file dt_stream_base.c. |