|
MBDyn-1.7.3
|
#include <dummypgin.h>


Public Member Functions | |
| DummyPlugIn (MathParser &mp, void *arg) | |
| ~DummyPlugIn (void) | |
| const char * | sName (void) const |
| int | Read (int argc, char *argv[]) |
| TypedValue::Type | GetType (void) const |
| TypedValue | GetVal (void) const |
Public Member Functions inherited from MathParser::PlugIn | |
| PlugIn (MathParser &mp) | |
| virtual | ~PlugIn () |
Additional Inherited Members | |
Protected Attributes inherited from MathParser::PlugIn | |
| MathParser & | mp |
Definition at line 37 of file dummypgin.h.
| DummyPlugIn::DummyPlugIn | ( | MathParser & | mp, |
| void * | arg | ||
| ) |
Definition at line 36 of file dummypgin.cc.
References ASSERT, and MBDYN_EXCEPT_ARGS.
| DummyPlugIn::~DummyPlugIn | ( | void | ) |
Definition at line 44 of file dummypgin.cc.
|
virtual |
Implements MathParser::PlugIn.
Definition at line 61 of file dummypgin.cc.
References TypedValue::VAR_UNKNOWN.
|
virtual |
Implements MathParser::PlugIn.
Definition at line 67 of file dummypgin.cc.
|
virtual |
Implements MathParser::PlugIn.
Definition at line 49 of file dummypgin.cc.