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

Public Member Functions | |
| PlugInRegister (void) | |
Public Attributes | |
| const char * | name |
| MathParser::PlugIn *(* | constructor )(MathParser &, void *) |
| void * | arg |
| struct PlugInRegister * | next |
|
inline |
Definition at line 274 of file mathp.h.
| void* MathParser::PlugInRegister::arg |
Definition at line 271 of file mathp.h.
Referenced by MathParser::RegisterPlugIn().
| MathParser::PlugIn*(* MathParser::PlugInRegister::constructor)(MathParser &, void *) |
Definition at line 270 of file mathp.h.
Referenced by MathParser::RegisterPlugIn().
| const char* MathParser::PlugInRegister::name |
Definition at line 269 of file mathp.h.
Referenced by MathParser::RegisterPlugIn(), and MathParser::~MathParser().
| struct PlugInRegister* MathParser::PlugInRegister::next |
Definition at line 272 of file mathp.h.
Referenced by MathParser::readplugin(), MathParser::RegisterPlugIn(), and MathParser::~MathParser().