The Pedigree Project  0.1
Public Member Functions | List of all members
QuitCommand Class Reference

#include <QuitCommand.h>

+ Inheritance diagram for QuitCommand:
+ Collaboration diagram for QuitCommand:

Public Member Functions

 QuitCommand ()
 
 ~QuitCommand ()
 
void autocomplete (const HugeStaticString &input, HugeStaticString &output)
 
bool execute (const HugeStaticString &input, HugeStaticString &output, InterruptState &state, DebuggerIO *screen)
 
const NormalStaticString getString ()
 

Detailed Description

Debugger command that causes the debugger to quit.

Definition at line 35 of file QuitCommand.h.

Constructor & Destructor Documentation

QuitCommand::QuitCommand ( )

Default constructor - zero's stuff.

Definition at line 24 of file QuitCommand.cc.

QuitCommand::~QuitCommand ( )

Default destructor - does nothing.

Definition at line 28 of file QuitCommand.cc.

Member Function Documentation

void QuitCommand::autocomplete ( const HugeStaticString input,
HugeStaticString output 
)
virtual

Return an autocomplete string, given an input string.

Implements DebuggerCommand.

Definition at line 32 of file QuitCommand.cc.

bool QuitCommand::execute ( const HugeStaticString input,
HugeStaticString output,
InterruptState &  state,
DebuggerIO screen 
)
virtual

Execute the command with the given screen.

Implements DebuggerCommand.

Definition at line 37 of file QuitCommand.cc.

const NormalStaticString QuitCommand::getString ( )
inlinevirtual

Returns the string representation of this command.

Implements DebuggerCommand.

Definition at line 63 of file QuitCommand.h.


The documentation for this class was generated from the following files: