32 for(i = 0; i < list->
n_values; i++) {
71 for(i = 0; i < list->
n_values; i++) {
void tgis_map_list_add(tgisMapList *list, tgisMap *map)
Add a map to tgisMapList.
tgisMap ** values
Array of tgisMap struct's.
void G_free(void *)
Free allocated memory.
void tgis_free_map_list(tgisMapList *list)
Free allocated memory of an integer list.
void tgis_map_list_insert(tgisMapList *list, char *name, char *mapset, struct TimeStamp *ts)
Insert map information into tgisMapList.
void tgis_init_map_list(tgisMapList *list)
Init a tgisMapList and free allocated memory.
int alloc_values
Allocated space for tgisMap struct's.
int n_values
Number of tgisMap struct's in the list.
List of tgisMap struct's.
tgisMapList * tgis_new_map_list()
Return a new integer list.
void G_set_timestamp(struct TimeStamp *, const struct DateTime *)
char * G_store(const char *)
Copy string to allocated memory.
void G_set_timestamp_range(struct TimeStamp *, const struct DateTime *, const struct DateTime *)