GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
#include <rowio.h>
Data Structures | |
struct | ROWIO_RCB |
Data Fields | |
int | fd |
int | nrows |
int | len |
int | cur |
void * | buf |
int(* | getrow )(int, void *, int, int) |
int(* | putrow )(int, const void *, int, int) |
struct ROWIO::ROWIO_RCB * | rcb |
void* ROWIO::buf |
Definition at line 10 of file rowio.h.
Referenced by Rowio_setup().
int ROWIO::cur |
Definition at line 9 of file rowio.h.
Referenced by Rowio_setup().
int ROWIO::fd |
Definition at line 6 of file rowio.h.
Referenced by Rowio_fileno(), Rowio_put(), and Rowio_setup().
int(* ROWIO::getrow) (int, void *, int, int) |
Definition at line 11 of file rowio.h.
Referenced by Rowio_setup().
int ROWIO::len |
Definition at line 8 of file rowio.h.
Referenced by Rowio_put(), and Rowio_setup().
int ROWIO::nrows |
Definition at line 7 of file rowio.h.
Referenced by Rowio_flush(), Rowio_forget(), Rowio_put(), Rowio_release(), and Rowio_setup().
int(* ROWIO::putrow) (int, const void *, int, int) |
Definition at line 12 of file rowio.h.
Referenced by Rowio_put(), and Rowio_setup().
struct ROWIO::ROWIO_RCB * ROWIO::rcb |
Referenced by Rowio_forget(), Rowio_put(), Rowio_release(), and Rowio_setup().