GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
ROWIO Struct Reference

#include <rowio.h>

Collaboration diagram for ROWIO:

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_RCBrcb
 

Detailed Description

Definition at line 4 of file rowio.h.

Field Documentation

◆ buf

void* ROWIO::buf

Definition at line 10 of file rowio.h.

Referenced by Rowio_setup().

◆ cur

int ROWIO::cur

Definition at line 9 of file rowio.h.

Referenced by Rowio_setup().

◆ fd

int ROWIO::fd

Definition at line 6 of file rowio.h.

Referenced by Rowio_fileno(), Rowio_put(), and Rowio_setup().

◆ getrow

int(* ROWIO::getrow) (int, void *, int, int)

Definition at line 11 of file rowio.h.

Referenced by Rowio_setup().

◆ len

int ROWIO::len

Definition at line 8 of file rowio.h.

Referenced by Rowio_put(), and Rowio_setup().

◆ nrows

int ROWIO::nrows

Definition at line 7 of file rowio.h.

Referenced by Rowio_flush(), Rowio_forget(), Rowio_put(), Rowio_release(), and Rowio_setup().

◆ putrow

int(* ROWIO::putrow) (int, const void *, int, int)

Definition at line 12 of file rowio.h.

Referenced by Rowio_put(), and Rowio_setup().

◆ rcb

struct ROWIO::ROWIO_RCB * ROWIO::rcb

The documentation for this struct was generated from the following file: