GATE
gate_app_option_class Struct Reference

Defines command line options. More...

#include <applications.h>

Public Attributes

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.

Member Data Documentation

◆ option_alias

gate_string_t gate_app_option_class::option_alias

alias for option key

◆ option_description

gate_string_t gate_app_option_class::option_description

short description of option for automatic help generation

◆ option_key

gate_string_t gate_app_option_class::option_key

Key name that identifies an option

◆ option_name

gate_string_t gate_app_option_class::option_name

name of the value for automatic help generation

◆ option_type

gate_enumint_t gate_app_option_class::option_type

Option content or behavior type, see GATE_APP_OPTION_TYPE_* values

◆ option_value

void* gate_app_option_class::option_value

Pointer to output variable that receives parsed option value


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