-
Campbell, Stuart authoredCampbell, Stuart authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
DeclareUserAlg.h 373 B
#ifndef DECLAREUSERALG_H_
#define DECLAREUSERALG_H_
#define DECLARE_USER_ALG(x) \
Algorithm *x##_create() { return new x; } \
\
void x##_destroy(Algorithm *p) { delete p; }
#endif /*DECLAREUSERALG_H_*/