#include <stdair/ui/cmdline/readline_autocomp.hpp>
Public Attributes | |
char const * | name |
pt2Func * | func |
char * | doc |
A structure which contains information on the commands this program can understand.
Definition at line 41 of file readline_autocomp.hpp.
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.