GATE
Loading...
Searching...
No Matches
gate_app_option_class Struct Reference

Defines command line options. More...

#include <applications.h>

Data Fields

gate_string_t option_key
 
gate_enumint_t option_type
 
void * option_value
 
gate_string_t option_alias
 
gate_string_t option_name
 
gate_string_t option_description
 

Detailed Description

Defines command line options.

Field Documentation

◆ option_key

gate_string_t option_key

Key name that identifies an option

◆ option_type

gate_enumint_t option_type

Option content or behavior type, see GATE_APP_OPTION_TYPE_* values

◆ option_value

void* option_value

Pointer to output variable that receives parsed option value

◆ option_alias

gate_string_t option_alias

alias for option key

◆ option_name

gate_string_t option_name

name of the value for automatic help generation

◆ option_description

gate_string_t option_description

short description of option for automatic help generation


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