SEvMgr Logo  0.2.0
C++ Simulation-Oriented Discrete Event Management Library
COMMAND Struct Reference

#include <sevmgr/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.


Member Data Documentation

char const* COMMAND::name

User printable name of the function.

Definition at line 45 of file readline_autocomp.hpp.

Referenced by find_command(), and com_help().

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: