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

#include <rowio.h>

Data Fields

void * buf
 
int age
 
int row
 
int dirty
 

Detailed Description

Definition at line 14 of file rowio.h.

Field Documentation

◆ age

int ROWIO::ROWIO_RCB::age

Definition at line 17 of file rowio.h.

◆ buf

void* ROWIO::ROWIO_RCB::buf

Definition at line 16 of file rowio.h.

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

◆ dirty

int ROWIO::ROWIO_RCB::dirty

Definition at line 19 of file rowio.h.

Referenced by Rowio_put().

◆ row

int ROWIO::ROWIO_RCB::row

Definition at line 18 of file rowio.h.

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


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