OpenRaider  0.1.4-dev
Open Source Tomb Raider Game Engine implementation
Public Member Functions | List of all members
CommandGet Class Reference

#include <CommandSet.h>

Inheritance diagram for CommandGet:
[legend]
Collaboration diagram for CommandGet:
[legend]

Public Member Functions

virtual std::string name ()
 
virtual std::string brief ()
 
virtual void printHelp ()
 
virtual int execute (std::istream &args)
 
- Public Member Functions inherited from Command
virtual ~Command ()
 

Additional Inherited Members

- Static Public Member Functions inherited from Command
static void fillCommandList ()
 
static int command (std::string c)
 
static int executeFile (std::string file)
 
static std::string autoComplete (std::string begin)
 

Detailed Description

Definition at line 21 of file CommandSet.h.

Member Function Documentation

std::string CommandGet::name ( )
virtual

Implements Command.

Definition at line 150 of file CommandSet.cpp.

std::string CommandGet::brief ( )
virtual

Implements Command.

Definition at line 154 of file CommandSet.cpp.

void CommandGet::printHelp ( )
virtual

Reimplemented from Command.

Definition at line 158 of file CommandSet.cpp.

int CommandGet::execute ( std::istream &  args)
virtual

Implements Command.

Definition at line 176 of file CommandSet.cpp.


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