MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
dofpgin.h File Reference
#include "mathp.h"
#include "dataman.h"
Include dependency graph for dofpgin.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DofPlugIn
 

Functions

MathParser::PlugIndof_plugin (MathParser &mp, void *arg)
 

Function Documentation

MathParser::PlugIn* dof_plugin ( MathParser mp,
void *  arg 
)

Definition at line 278 of file dofpgin.cc.

References SAFENEWWITHCONSTRUCTOR.

Referenced by DataManager::DataManager().

279 {
280  MathParser::PlugIn *p = NULL;
282  return p;
283 }
#define SAFENEWWITHCONSTRUCTOR(pnt, item, constructor)
Definition: mynewmem.h:698