GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
Loading...
Searching...
No Matches
list Struct Reference

#include <manage.h>

Data Fields

const char ** element
 
charalias
 
const char ** desc
 
chartext
 
int nelem
 
char status
 
charmainelem
 
charmaindesc
 

Detailed Description

Definition at line 4 of file manage.h.

Field Documentation

◆ alias

char* list::alias

Definition at line 6 of file manage.h.

Referenced by M_define_option(), M_get_element(), and M_read_list().

◆ desc

const char** list::desc

Definition at line 7 of file manage.h.

Referenced by M__add_element(), and M_read_list().

◆ element

const char** list::element

Definition at line 5 of file manage.h.

Referenced by M__add_element(), and M_read_list().

◆ maindesc

char* list::maindesc

Definition at line 12 of file manage.h.

Referenced by M_read_list().

◆ mainelem

char* list::mainelem

Definition at line 11 of file manage.h.

Referenced by M_read_list().

◆ nelem

int list::nelem

◆ status

char list::status

Definition at line 10 of file manage.h.

Referenced by M_read_list().

◆ text

char* list::text

Definition at line 8 of file manage.h.

Referenced by M_read_list().


The documentation for this struct was generated from the following file: