Data Fields

cmditem_t Struct Reference

Data Fields

const char * name
 command name
int(* func )()
 command handler
const char * shelp
 command short help text
const char * lhelp
 command long help text

Detailed Description

Definition at line 165 of file UtilityApp.cxx.


Field Documentation

int(* cmditem_t::func)()

command handler

Definition at line 168 of file UtilityApp.cxx.

const char* cmditem_t::lhelp

command long help text

Definition at line 170 of file UtilityApp.cxx.

const char* cmditem_t::name

command name

Definition at line 167 of file UtilityApp.cxx.

Referenced by add_cmdlist().

const char* cmditem_t::shelp

command short help text

Definition at line 169 of file UtilityApp.cxx.


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