MBDyn-1.7.3
|
Public Member Functions | |
TableNameSpace (const std::string &sName) | |
~TableNameSpace (void) | |
bool | IsFunc (const std::string &fname) const |
MathParser::MathFunc_t * | GetFunc (const std::string &fname) const |
TypedValue | EvalFunc (MathParser::MathFunc_t *f) const |
virtual Table * | GetTable (void) |
![]() | |
NameSpace (const std::string &name) | |
virtual | ~NameSpace (void) |
virtual const std::string & | sGetName (void) const |
Protected Attributes | |
Table * | m_pTable |
Definition at line 38 of file module-namespace.cc.
TableNameSpace::TableNameSpace | ( | const std::string & | sName | ) |
Definition at line 52 of file module-namespace.cc.
References m_pTable.
TableNameSpace::~TableNameSpace | ( | void | ) |
|
virtual |
Implements MathParser::NameSpace.
Definition at line 76 of file module-namespace.cc.
References MBDYN_EXCEPT_ARGS.
|
virtual |
Implements MathParser::NameSpace.
Definition at line 70 of file module-namespace.cc.
|
virtual |
Implements MathParser::NameSpace.
Definition at line 82 of file module-namespace.cc.
References m_pTable.
|
virtual |
Implements MathParser::NameSpace.
Definition at line 64 of file module-namespace.cc.
|
protected |
Definition at line 40 of file module-namespace.cc.
Referenced by GetTable(), TableNameSpace(), and ~TableNameSpace().