GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Data Fields | |
int | nofNames |
int * | index |
char * | active |
int | lastName |
int | lastIndex |
int | lastIndexActive |
Definition at line 10 of file cachehash.c.
char* G3d_cache_hash::active |
Definition at line 15 of file cachehash.c.
Referenced by G3d_cache_hash_dispose(), G3d_cache_hash_load_name(), G3d_cache_hash_name2index(), G3d_cache_hash_new(), G3d_cache_hash_remove_name(), and G3d_cache_hash_reset().
int* G3d_cache_hash::index |
Definition at line 14 of file cachehash.c.
Referenced by G3d_cache_hash_dispose(), G3d_cache_hash_load_name(), G3d_cache_hash_name2index(), and G3d_cache_hash_new().
int G3d_cache_hash::lastIndex |
Definition at line 17 of file cachehash.c.
Referenced by G3d_cache_hash_name2index().
int G3d_cache_hash::lastIndexActive |
Definition at line 18 of file cachehash.c.
Referenced by G3d_cache_hash_name2index(), G3d_cache_hash_remove_name(), and G3d_cache_hash_reset().
int G3d_cache_hash::lastName |
Definition at line 16 of file cachehash.c.
Referenced by G3d_cache_hash_name2index(), and G3d_cache_hash_remove_name().
int G3d_cache_hash::nofNames |
Definition at line 13 of file cachehash.c.
Referenced by G3d_cache_hash_load_name(), G3d_cache_hash_new(), G3d_cache_hash_remove_name(), and G3d_cache_hash_reset().