www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - C++ to get compile-time reflection?

reply "Atila Neves" <atila.neves gmail.com> writes:
http://www.reddit.com/r/programming/comments/20967a/can_qts_moc_be_replaced_by_c_reflection/

Some relevant links in the post itself.

Atila
Mar 13 2014
next sibling parent "Rikki Cattermole" <alphaglosined gmail.com> writes:
I just want to say thanks for posting this. I really needed 
something like this! (for a report).
Mar 13 2014
prev sibling parent reply "w0rp" <devw0rp gmail.com> writes:
On Thursday, 13 March 2014 at 09:41:35 UTC, Atila Neves wrote:
 http://www.reddit.com/r/programming/comments/20967a/can_qts_moc_be_replaced_by_c_reflection/

 Some relevant links in the post itself.

 Atila
Thanks for sharing this. This is particularly interesting for me and my continuing work on Qt bindings in D. I may use similar ideas with D's features to generate some Qt things, if at all possible.
Mar 13 2014
parent "Atila Neves" <atila.neves gmail.com> writes:
On Thursday, 13 March 2014 at 16:18:09 UTC, w0rp wrote:
 On Thursday, 13 March 2014 at 09:41:35 UTC, Atila Neves wrote:
 http://www.reddit.com/r/programming/comments/20967a/can_qts_moc_be_replaced_by_c_reflection/

 Some relevant links in the post itself.

 Atila
Thanks for sharing this. This is particularly interesting for me and my continuing work on Qt bindings in D. I may use similar ideas with D's features to generate some Qt things, if at all possible.
I hadn't thought about Qt bindings to D, but now that you mention it, it'd be pretty awesome! Cos, you know, we have compile time reflection already. :) Atila
Mar 13 2014