#include <Command.h>
Inheritance diagram for tacpp::Command:

Public Member Functions | |
| Command (char **cmd, char **hlp, char *cmdID, Command *up=NULL) | |
| CmdErr | getCmdErr () |
| cmdComplete | getCmdComplete () |
| const char * | getCommand (int cmdNum) |
| const char * | getCommandHlp (int cmdNum) |
| int | getCommandDepth () |
| virtual void | setCFVty (Vty *, commandFacility *) |
| virtual commandStatus | makeHelp () |
| virtual commandStatus | completeCommand () |
| virtual commandStatus | makeAction () |
| virtual commandStatus | parseCommand () |
| virtual commandStatus | executeCommand () |
Public Attributes | |
| Command * | upNode |
| list< string > | paramList |
Protected Attributes | |
| char ** | command |
| char ** | help |
| string | cmdID |
| int | depthH |
| int | depthC |
| CmdErr | errCmd |
| cmdComplete | completeStat |
| Vty * | vt |
| commandFacility * | cf |
|
|
masks of command such as SHow |
|
|
|
1.3.5