MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
MathParser::PlugInRegister Struct Reference

#include <mathp.h>

Collaboration diagram for MathParser::PlugInRegister:

Public Member Functions

 PlugInRegister (void)
 

Public Attributes

const char * name
 
MathParser::PlugIn *(* constructor )(MathParser &, void *)
 
void * arg
 
struct PlugInRegisternext
 

Detailed Description

Definition at line 268 of file mathp.h.

Constructor & Destructor Documentation

MathParser::PlugInRegister::PlugInRegister ( void  )
inline

Definition at line 274 of file mathp.h.

275  : name(NULL), constructor(0), arg(0), next(0) {};
MathParser::PlugIn *(* constructor)(MathParser &, void *)
Definition: mathp.h:270
const char * name
Definition: mathp.h:269
struct PlugInRegister * next
Definition: mathp.h:272

Member Data Documentation

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

The documentation for this struct was generated from the following file: