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

#include <btree.h>

Collaboration diagram for BTREE:

Data Fields

BTREE_NODEnode
 
int tlen
 
int N
 
int incr
 
int cur
 
int(* cmp )(const void *, const void *)
 

Detailed Description

Definition at line 12 of file btree.h.

Field Documentation

◆ cmp

int(* BTREE::cmp) (const void *, const void *)

Definition at line 19 of file btree.h.

◆ cur

int BTREE::cur

Definition at line 18 of file btree.h.

Referenced by btree_rewind().

◆ incr

int BTREE::incr

Definition at line 17 of file btree.h.

◆ N

int BTREE::N

Definition at line 16 of file btree.h.

◆ node

BTREE_NODE* BTREE::node

Definition at line 14 of file btree.h.

◆ tlen

int BTREE::tlen

Definition at line 15 of file btree.h.


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