Linderdaum Engine: clConsoleCommand Class Reference
Updated: Sun Feb 5 2012 22:59:49
clConsoleCommand Class Reference

Console command executor for function pointer wrapping. More...

#include <Console.h>

List of all members.

Public Member Functions

 clConsoleCommand ()
 clConsoleCommand (const LString &CommandName, const clConsole::clConsoleProc CommandProc)
virtual ~clConsoleCommand ()
scriptmethod void Exec (const LString &Param) const
scriptmethod bool IsEqual (const clConsole::clConsoleProc &Proc) const

Private Attributes

LString FCommandName
clConsole::clConsoleProc FCommandProc

Detailed Description

Console command executor for function pointer wrapping.


Constructor & Destructor Documentation

clConsoleCommand::clConsoleCommand ( ) [inline]
clConsoleCommand::clConsoleCommand ( const LString &  CommandName,
const clConsole::clConsoleProc  CommandProc 
) [inline]
virtual clConsoleCommand::~clConsoleCommand ( ) [inline, virtual]

Member Function Documentation

scriptmethod void clConsoleCommand::Exec ( const LString &  Param) const [inline]
scriptmethod bool clConsoleCommand::IsEqual ( const clConsole::clConsoleProc Proc) const [inline]

Member Data Documentation

LString clConsoleCommand::FCommandName [private]

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