MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
restart.h File Reference

Go to the source code of this file.

Macros

#define DECLARE_RESTART_VIRTUAL   virtual ostream& Restart(ostream& out) const = 0
 
#define DECLARE_RESTART   virtual ostream& Restart(ostream& out) const
 
#define IMPLEMENT_RESTART(ClassName)   ostream& ClassName::Restart(ostream& out) const
 

Macro Definition Documentation

#define DECLARE_RESTART   virtual ostream& Restart(ostream& out) const

Definition at line 64 of file restart.h.

#define DECLARE_RESTART_VIRTUAL   virtual ostream& Restart(ostream& out) const = 0

Definition at line 61 of file restart.h.

#define IMPLEMENT_RESTART (   ClassName)    ostream& ClassName::Restart(ostream& out) const

Definition at line 67 of file restart.h.