| 
    GRASS GIS 7 Programmer's Manual
    7.9.dev(2021)-e5379bbd7
    
   | 
 
Manage Library - Element info. More...

Go to the source code of this file.
Functions | |
| const struct list * | M_get_list (int n) | 
| Get list structure.  More... | |
| int | M_get_element (const char *data_type) | 
| Find element type by name.  More... | |
Manage Library - Element info.
(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 manage/list.c.
| int M_get_element | ( | const char * | data_type | ) | 
Find element type by name.
| data_type | element type | 
Definition at line 42 of file manage/list.c.
References list::alias, G_strcasecmp(), and nlist.
| const struct list* M_get_list | ( | int | n | ) | 
Get list structure.
| n | element id | 
Definition at line 26 of file manage/list.c.