|
GRASS GIS 7 Programmer's Manual
7.4.0(2018)-exported
|
Manage Library - Read list of elements. More...
#include <string.h>#include <stdlib.h>#include <unistd.h>#include <grass/gis.h>#include <grass/glocale.h>#include "manage_local_proto.h"
Go to the source code of this file.
Functions | |
| int | M_read_list (int check_if_empty, int *num) |
| Read list of elements. More... | |
Variables | |
| int | nlist |
| struct list * | list |
Manage Library - Read list of elements.
(C) 2001-2011 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file read_list.c.
| int M_read_list | ( | int | check_if_empty, |
| int * | num | ||
| ) |
| struct list* list |
Definition at line 24 of file read_list.c.
Referenced by G_color_rules_options(), G_list(), GPJ_get_datum_by_name(), GPJ_get_default_datum_params_by_name(), GPJ_get_ellipsoid_by_name(), GPJ_osr_to_grass(), M__add_element(), M__get_description_len(), M_define_option(), M_do_copy(), M_do_list(), M_do_remove(), M_do_rename(), M_find(), M_get_element(), M_get_list(), M_get_option_desc(), M_get_options(), and M_show_elements().
| int nlist |
Definition at line 23 of file read_list.c.
Referenced by M__add_element(), M_define_option(), M_do_list(), M_get_element(), M_get_list(), M_get_option_desc(), M_get_options(), and M_show_elements().