COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <Interpreter.hpp>
Inherits commands_description.
Inherited by Help, and StdHelp.
Public Member Functions | |
Command (const std::string &command, const std::string &description, commands_description &commands) | |
void | handle (const std::vector< std::string > ¶ms) |
virtual void | execute (const std::vector< std::string > ¶ms)=0 |
Protected Attributes | |
commands_description & | m_commands |
Definition at line 99 of file Interpreter.hpp.
Command | ( | const std::string & | command, |
const std::string & | description, | ||
commands_description & | commands | ||
) |
Definition at line 473 of file Interpreter.cpp.
|
pure virtual |
void handle | ( | const std::vector< std::string > & | params | ) |
Definition at line 481 of file Interpreter.cpp.
|
protected |
Definition at line 106 of file Interpreter.hpp.
Send comments to: COOLFluiD Web Admin |