Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

dt_stream_base.h File Reference

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 *))


Typedef Documentation

typedef struct dt_reader_ dt_reader
 

Internal data structure for instances of the dt_reader base class.

typedef struct dt_writer_ dt_writer
 

Internal data structure for instances of the dt_writer base class.


Function Documentation

void dt_init_reader_base dt_reader reader,
void(*  free_impl)(dt_reader *),
dt_bool(*  read_impl)(dt_reader *, dt_stream_step *)
 

Definition at line 65 of file dt_stream_base.c.

void dt_init_writer_base dt_writer writer,
void(*  free_impl)(dt_writer *),
dt_bool(*  write_impl)(dt_writer *, dt_stream_step const *)
 

Definition at line 77 of file dt_stream_base.c.


Generated on Sun Jun 1 16:35:38 2003 for datatree by doxygen 1.3.1