1 2 3 4 5 6 7 8
#include "MacrosCodegen.hpp" enum MyEnum { EnumElement1, EnumElement2, EnumElement3, }; BRUSSEL_ENUM(MyEnum, GenBasic);