Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

CmdWrapper Class Reference

Abstract base class packaging up a command as a function object; this is used to support both global functions and functions with access to a particular object. More...

#include <cmdparam.h>

Inheritance diagram for CmdWrapper

Inheritance graph

[legend]
List of all members.

Public Methods

 CmdWrapper ()
virtual ~CmdWrapper ()
virtual cmdstat operator() ( int argc, const char *argv[] ) = 0
 Call the command.


Detailed Description

Abstract base class packaging up a command as a function object; this is used to support both global functions and functions with access to a particular object.

Definition at line 144 of file cmdparam.h.


Constructor & Destructor Documentation

CmdWrapper::CmdWrapper ( ) [inline]
 

Definition at line 146 of file cmdparam.h.

CmdWrapper::~CmdWrapper ( ) [inline, virtual]
 

Definition at line 147 of file cmdparam.h.


The documentation for this class was generated from the following file:
Generated at Mon Aug 21 00:31:15 2000 for RF-LISSOM by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000