Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Command Class Reference

abstract class for commands in the command line. More...

#include <cmdline.h>

Inheritance diagram for Command:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual char * getName ()=0
 the name of the command that will be compared with user input.

virtual char * getBrief ()=0
 a brief description of the command (1 line).

virtual char * getDescr ()=0
 a long help about the command.

virtual int exec (int argc, char *argv[])=0
 execute the command with the some arguments.


Detailed Description

abstract class for commands in the command line.

Definition at line 34 of file cmdline.h.


The documentation for this class was generated from the following file:
Generated on Fri May 16 13:01:48 2003 for Jelie by doxygen1.2.15