AirInv Logo  0.1.2
C++ Simulated Airline Inventory Management System library
COMMAND Struct Reference

#include <airinv/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().

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines