Go to the documentation of this file.
12#define __BY__DECL_CLONE(ME) \
14 clonable* clone() const override { return new ME(*this); } \
24#define __BY__DECL_TYPE(METATYPE) \
26 typedef METATYPE metaType; \
27 const ntype& getType() const override { return ttype<me>::get(); } \