Definitions for BTree functions. More...
#include <mi32/stddefns.h>

Go to the source code of this file.
Defines | |
| #define | GEOMLIBEXPORT MI_DLLIMPORT |
Typedefs | |
| typedef int(* | BTreeDumpFunc )(void *data, INT32 *tagnum, void *userdata) |
| typedef int(* | BTreeTestFunc )(const void *, const void *, void *) |
Functions | |
| GEOMLIBEXPORT void * | BTreeAlloc (int numitems, int datasize, BTreeTestFunc testfunc, void *userdata) |
| GEOMLIBEXPORT int | BTreeClear (void *tree) |
| GEOMLIBEXPORT int | BTreeDumpT (void *tree, BTreeDumpFunc, void *userdata) |
| GEOMLIBEXPORT INT32 | BTreeFindKey (void *tree, void *data, INT32 tagnum, int *add) |
| GEOMLIBEXPORT int | BTreeFree (void *tree) |
| GEOMLIBEXPORT void * | BTreeGetUserData (void *tree) |
| GEOMLIBEXPORT INT32 | BTreeSearchKey (void *tree, void *data) |
Definitions for BTree functions.
| #define GEOMLIBEXPORT MI_DLLIMPORT |
1.6.1