Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

CommandExit Class Reference

#include <command.h>

Inheritance diagram for CommandExit:

Inheritance graph
Collaboration diagram for CommandExit:

Collaboration graph
List of all members.

Public Member Functions

 CommandExit ()
void process (ExecutionEnvironment &)

Private Attributes

int dummy

Constructor & Destructor Documentation

CommandExit::CommandExit  ) 
 

Definition at line 315 of file command.cpp.

00316 {
00317 }


Member Function Documentation

void CommandExit::process ExecutionEnvironment  )  [virtual]
 

Implements InstantaneousCommand.

Definition at line 319 of file command.cpp.

00320 {
00321     exit(0);
00322 }


Member Data Documentation

int CommandExit::dummy [private]
 

Definition at line 248 of file command.h.


The documentation for this class was generated from the following files:
Generated on Sat Jan 14 22:33:12 2006 for Celestia by  doxygen 1.4.1