Interpreter::Command Class Referenceabstract

#include <Interpreter.h>

Description

Functor that represents a run command.

Functions

virtual std::string operator() (const std::vector< std::string > &argvec)=0
 
virtual std::string Help () const =0
 

Member Function Documentation

virtual std::string operator() ( const std::vector< std::string > &  argvec)
pure virtual

The callback for the command invocation.

Parameters
argvecA vector of arguments. The first string is always the command name.
virtual std::string Help ( ) const
pure virtual

Function that contains text to be accessed when requesting documentation on the command.


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