It would be nice to parse C-style and C++11 enums and have a nice meta class that lists the labels and the values. This would be more or less like the enum support in Qt meta object system, but without the ridiculous restrictions that force you to declare enum inside classes that also are QObjects
It would be nice to parse C-style and C++11 enums and have a nice meta class that lists the labels and the values. This would be more or less like the enum support in Qt meta object system, but without the ridiculous restrictions that force you to declare enum inside classes that also are QObjects