top | item 18153951

(no title)

coreytabaka | 7 years ago

Yes! Hopefully C++20 or C++25-ish will provide better alternatives for compile-time reflection.

Don't forget that libnop also has NOP_EXTERNAL_STRUCTURE (and friends) to decouple the annotation from the structure definition. This is handy when you have a C ABI with C++ internal implementation. I don't recall seeing a similar facility in other libraries.

discuss

order

nly|7 years ago

Most of the above macros work this way. Boost fusions macro will let you specify arbitrary code for getting and setting attributes.