Cumulative
Steve Teale
steve.teale at britseyeview.com
Thu Feb 27 20:37:05 PST 2014
On Thursday, 27 February 2014 at 21:44:20 UTC, Shammah Chancellor
wrote:
> On 2014-02-26 16:05:19 +0000, Steve Teale said:
>
> Actually, D has the ability to walk the object hierarchy at
> compile time, and generate a function call containing all the
> super classes's handleCommands. You could also even tag them
> with an attribute structure to list which command #'s they
> accept to be able to generate a switch, or bunch of if's to
> avoid function calls.
>
> -S.
Yes, I'd been thinking about tagging them at least.
More information about the Digitalmars-d
mailing list