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

#include <rtree.h>

Data Fields

int avail
 
int alloc
 
off_t * pos
 

Detailed Description

Definition at line 155 of file rtree.h.

Field Documentation

◆ alloc

int RTree::_recycle::alloc

Definition at line 157 of file rtree.h.

Referenced by RTreeAddNodePos(), RTreeCreateTree(), and RTreeDestroyTree().

◆ avail

int RTree::_recycle::avail

Definition at line 156 of file rtree.h.

Referenced by RTreeAddNodePos(), RTreeCreateTree(), and RTreeGetNodePos().

◆ pos

off_t* RTree::_recycle::pos

Definition at line 158 of file rtree.h.

Referenced by RTreeAddNodePos(), RTreeCreateTree(), RTreeDestroyTree(), and RTreeGetNodePos().


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