gwion-util
utilities for the Gwion project
Loading...
Searching...
No Matches
Data Fields
cmdapp_info_t Struct Reference

#include <cmdapp.h>

Data Fields

const char * program
 
const char ** synopses
 
const char * version
 
const char * author
 
int year
 
const char * description
 
int help_des_offset
 
const char * ver_extra
 

Detailed Description

Definition at line 62 of file cmdapp.h.

Field Documentation

◆ author

const char* cmdapp_info_t::author

Definition at line 66 of file cmdapp.h.

◆ description

const char* cmdapp_info_t::description

Definition at line 68 of file cmdapp.h.

◆ help_des_offset

int cmdapp_info_t::help_des_offset

Definition at line 69 of file cmdapp.h.

◆ program

const char* cmdapp_info_t::program

Definition at line 63 of file cmdapp.h.

◆ synopses

const char** cmdapp_info_t::synopses

Definition at line 64 of file cmdapp.h.

◆ ver_extra

const char* cmdapp_info_t::ver_extra

Definition at line 70 of file cmdapp.h.

◆ version

const char* cmdapp_info_t::version

Definition at line 65 of file cmdapp.h.

◆ year

int cmdapp_info_t::year

Definition at line 67 of file cmdapp.h.


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