Called when the reader is destroyed
The #DeeModelReaderFunc used to extract string from a model
user data to pass to reader_func
Read data from a row in a #DeeModel and extract a string representation from it.
Note that generally a #DeeModelReader need not be confined to reading from one specific column, although in practice most are.
The #DeeModel to read a string from
The row to read a string from
Create a new #DeeModelReader with the given parameters. This call will zero
the out_reader
struct.
The #DeeModelReaderFunc to use for the reader
A #DeeModelReader reading a %gint32 from a #DeeModel at a given column
The column index to read a %gint32 from
A #DeeModelReader reading a string from a #DeeModel at a given column
The column index to read a string from
A #DeeModelReader reading a %guint32 from a #DeeModel at a given column
The column index to read a %guint32 from
Structure encapsulating the information needed to read strings from a model. Used for example by #DeeIndex.