GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
Go to the source code of this file.
Functions | |
int | btree_create (BTREE *, int(*)(const void *, const void *), int) |
int | btree_find (const BTREE *, const void *, void **) |
int | btree_free (BTREE *) |
int | btree_next (BTREE *, void **, void **) |
int | btree_rewind (BTREE *) |
int | btree_update (BTREE *, const void *, int, const void *, int) |
int btree_create | ( | BTREE * | , |
int(*)(const void *, const void *) | , | ||
int | |||
) |
int btree_find | ( | const BTREE * | , |
const void * | , | ||
void ** | |||
) |
Definition at line 4 of file btree/find.c.
int btree_next | ( | BTREE * | , |
void ** | , | ||
void ** | |||
) |
Definition at line 3 of file btree/next.c.
int btree_rewind | ( | BTREE * | ) |
Definition at line 3 of file btree/rewind.c.
References BTREE::cur.
int btree_update | ( | BTREE * | , |
const void * | , | ||
int | , | ||
const void * | , | ||
int | |||
) |
Definition at line 8 of file btree/update.c.