NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Structure as wrapper for the return value of procedures (which may be numerical or string values or a mixture of both). More...
#include <structures.hpp>
Public Member Functions | |
Returnvalue () | |
void | clear () |
bool | isString () const |
bool | isNumeric () const |
Public Attributes | |
std::vector< mu::value_type > | vNumVal |
std::vector< std::string > | vStringVal |
std::string | sReturnedTable |
bool | delayDelete |
Structure as wrapper for the return value of procedures (which may be numerical or string values or a mixture of both).
Definition at line 2467 of file structures.hpp.
|
inline |
Definition at line 2474 of file structures.hpp.
|
inline |
Definition at line 2477 of file structures.hpp.
References delayDelete, sReturnedTable, vNumVal, and vStringVal.
Referenced by FlowCtrl::eval(), and Procedure::ProcCalc().
|
inline |
Definition at line 2490 of file structures.hpp.
References vNumVal, and vStringVal.
Referenced by NumeReKernel::executePlugins(), and Procedure::replaceReturnVal().
|
inline |
Definition at line 2486 of file structures.hpp.
References vStringVal.
Referenced by NumeReKernel::executePlugins(), and Procedure::replaceReturnVal().
bool Returnvalue::delayDelete |
Definition at line 2472 of file structures.hpp.
Referenced by clear(), Procedure::execute(), NumeReKernel::executePlugins(), Procedure::procedureInterface(), and Procedure::replaceReturnVal().
std::string Returnvalue::sReturnedTable |
Definition at line 2471 of file structures.hpp.
Referenced by FlowCtrl::calc(), clear(), FlowCtrl::compile(), Procedure::execute(), NumeReKernel::executePlugins(), Procedure::procedureInterface(), and Procedure::replaceReturnVal().
std::vector<mu::value_type> Returnvalue::vNumVal |
Definition at line 2469 of file structures.hpp.
Referenced by FlowCtrl::calc(), clear(), FlowCtrl::compile(), Procedure::execute(), NumeReKernel::executePlugins(), isNumeric(), Procedure::ProcCalc(), Procedure::procedureInterface(), and Procedure::replaceReturnVal().
std::vector<std::string> Returnvalue::vStringVal |
Definition at line 2470 of file structures.hpp.
Referenced by FlowCtrl::calc(), clear(), FlowCtrl::compile(), Procedure::execute(), NumeReKernel::executePlugins(), isNumeric(), isString(), Procedure::ProcCalc(), Procedure::procedureInterface(), and Procedure::replaceReturnVal().