MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
destr.h File Reference
#include "myassert.h"
#include "mynewmem.h"
Include dependency graph for destr.h:

Go to the source code of this file.

Classes

class  Destructor< T >
 
class  LinkDestructor< T >
 
class  HardDestructor< T >
 
class  ArrayHardDestructor< T >
 

Macros

#define LINKDESTRUCTOR(d, type, m)   LinkDestructor<type> d
 
#define HARDDESTRUCTOR(d, type, m)   HardDestructor<type> d
 
#define ARRAYHARDDESTRUCTOR(d, type, m)   ArrayHardDestructor<type> d
 

Macro Definition Documentation

#define ARRAYHARDDESTRUCTOR (   d,
  type,
 
)    ArrayHardDestructor<type> d

Definition at line 109 of file destr.h.

#define HARDDESTRUCTOR (   d,
  type,
 
)    HardDestructor<type> d

Definition at line 108 of file destr.h.

#define LINKDESTRUCTOR (   d,
  type,
 
)    LinkDestructor<type> d

Definition at line 107 of file destr.h.