StdAir Logo  1.00.0
C++ Standard Airline IT Object Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
COMMAND Struct Reference

#include <stdair/ui/cmdline/readline_autocomp.hpp>

List of all members.

Public Attributes

char const * name
pt2Funcfunc
char * doc

Detailed Description

A structure which contains information on the commands this program can understand.

Definition at line 41 of file readline_autocomp.hpp.


Member Data Documentation

char const* COMMAND::name

User printable name of the function.

Definition at line 45 of file readline_autocomp.hpp.

Referenced by com_help(), and find_command().

pt2Func* COMMAND::func

Function to call to do the job.

Definition at line 50 of file readline_autocomp.hpp.

Referenced by execute_line().

char* COMMAND::doc

Documentation for this function.

Definition at line 55 of file readline_autocomp.hpp.


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