#include "MacrosCodegen.hpp" enum MyEnum { EnumElement1, EnumElement2, EnumElement3, }; BRUSSEL_ENUM(MyEnum, GenBasic);