Loading...
Searching...
No Matches
Go to the documentation of this file.
14#define __BY__DECL_CLONE(ME) \
16 clonable* clone() const override { return new ME(*this); } \
28#define __BY__DECL_TYPE(METATYPE) \
30 typedef METATYPE metaType; \
31 const ntype& getType() const override { return ttype<me>::get(); } \