#include <CMD_Command.h>
Public Member Functions | |
| const char * | getName () const |
| const char * | getOptions () const |
| CMD_Callback & | getCallback () |
| CMD_Command * | getChainCommand () |
| const char * | getDSOLocation () |
| bool | isSafe () const |
Friends | |
| class | CMD_Manager |
Definition at line 32 of file CMD_Command.h.
| CMD_Callback& CMD_Command::getCallback | ( | ) | [inline] |
Definition at line 36 of file CMD_Command.h.
| CMD_Command* CMD_Command::getChainCommand | ( | ) | [inline] |
Definition at line 38 of file CMD_Command.h.
| const char* CMD_Command::getDSOLocation | ( | ) | [inline] |
Definition at line 39 of file CMD_Command.h.
| const char* CMD_Command::getName | ( | void | ) | const [inline] |
Definition at line 34 of file CMD_Command.h.
| const char* CMD_Command::getOptions | ( | ) | const [inline] |
Definition at line 35 of file CMD_Command.h.
| bool CMD_Command::isSafe | ( | ) | const [inline] |
Definition at line 40 of file CMD_Command.h.
friend class CMD_Manager [friend] |
Definition at line 54 of file CMD_Command.h.
1.5.9