Method

ShumateVectorReaderIterget_reader

Declaration [src]

ShumateVectorReader*
shumate_vector_reader_iter_get_reader (
  ShumateVectorReaderIter* self
)

Description [src]

Gets the reader that the iterator is iterating over.

Available since:1.2

Return value

Returns: ShumateVectorReader
 

The reader that the iterator is iterating over.

 The data is owned by the instance.