MBDyn-1.7.3
|
Public Member Functions | |
TclPlugIn (MathParser &mp) | |
~TclPlugIn (void) | |
const char * | sName (void) const |
int | Read (int argc, char *argv[]) |
TypedValue::Type | GetType (void) const |
TypedValue | GetVal (void) const |
![]() | |
PlugIn (MathParser &mp) | |
virtual | ~PlugIn () |
Protected Attributes | |
TypedValue::Type | type |
Tcl_Obj * | cmd |
![]() | |
MathParser & | mp |
Definition at line 46 of file module-tclpgin.cc.
TclPlugIn::TclPlugIn | ( | MathParser & | mp | ) |
Definition at line 60 of file module-tclpgin.cc.
References interp, and MBDYN_EXCEPT_ARGS.
TclPlugIn::~TclPlugIn | ( | void | ) |
Definition at line 74 of file module-tclpgin.cc.
|
virtual |
|
virtual |
Implements MathParser::PlugIn.
Definition at line 163 of file module-tclpgin.cc.
References cmd, interp, MBDYN_EXCEPT_ARGS, type, TypedValue::VAR_INT, and TypedValue::VAR_REAL.
Implements MathParser::PlugIn.
Definition at line 92 of file module-tclpgin.cc.
References buf, cmd, MBDYN_EXCEPT_ARGS, STRLENOF, type, TypedValue::VAR_BOOL, TypedValue::VAR_INT, and TypedValue::VAR_REAL.
|
virtual |
Implements MathParser::PlugIn.
Definition at line 86 of file module-tclpgin.cc.
|
protected |
Definition at line 49 of file module-tclpgin.cc.
Referenced by GetVal(), Read(), and ~TclPlugIn().
|
protected |
Definition at line 48 of file module-tclpgin.cc.