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

#include <IoCommand.h>

+ Inheritance diagram for IoCommand:
+ Collaboration diagram for IoCommand:

Public Member Functions

 IoCommand ()
 
 ~IoCommand ()
 
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 list allocated I/O ports and memory-regions

Definition at line 35 of file IoCommand.h.

Constructor & Destructor Documentation

IoCommand::IoCommand ( )

Default constructor - zero's stuff.

Definition at line 29 of file IoCommand.cc.

IoCommand::~IoCommand ( )

Default destructor - does nothing.

Definition at line 33 of file IoCommand.cc.

Member Function Documentation

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

Return an autocomplete string, given an input string.

Implements DebuggerCommand.

Definition at line 37 of file IoCommand.cc.

bool IoCommand::execute ( const HugeStaticString input,
HugeStaticString output,
InterruptState &  state,
DebuggerIO screen 
)
virtual
const NormalStaticString IoCommand::getString ( )
inlinevirtual

Returns the string representation of this command.

Implements DebuggerCommand.

Definition at line 63 of file IoCommand.h.


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