Mantid
Loading...
Searching...
No Matches
Macros
DeclareUserAlg.h File Reference

Go to the source code of this file.

Macros

#define DECLARE_USER_ALG(x)
 

Macro Definition Documentation

◆ DECLARE_USER_ALG

#define DECLARE_USER_ALG (   x)
Value:
Algorithm *x##_create() { return new x; } \
\
void x##_destroy(Algorithm *p) { delete p; }

Definition at line 9 of file DeclareUserAlg.h.