Thread overview | ||||||
---|---|---|---|---|---|---|
|
March 13, 2014 C++ to get compile-time reflection? | ||||
---|---|---|---|---|
| ||||
http://www.reddit.com/r/programming/comments/20967a/can_qts_moc_be_replaced_by_c_reflection/ Some relevant links in the post itself. Atila |
March 13, 2014 Re: C++ to get compile-time reflection? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Atila Neves | I just want to say thanks for posting this. I really needed something like this! (for a report). |
March 13, 2014 Re: C++ to get compile-time reflection? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Atila Neves | 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.
|
March 13, 2014 Re: C++ to get compile-time reflection? | ||||
---|---|---|---|---|
| ||||
Posted in reply to w0rp | 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
|
Copyright © 1999-2021 by the D Language Foundation