How to structure templated classes
Jacob Carlborg
doob at me.com
Thu May 10 05:13:51 PDT 2012
On 2012-05-10 13:41, Christian Köstlin wrote:
> thank for your answer,
>
> yes .. that could possibly work, but would still force me to add all the
> mixins to the main class. in addition to that i could not longer use the
> mixin-classes standalone (i would have to mixin them into the place i
> want to use them).
>
> i think i have to rework my code ...
>
> regards
>
> christian
You don't need to mix in the classes. You can access them by:
InnerClasses!(T).Inner1
--
/Jacob Carlborg
More information about the Digitalmars-d-learn
mailing list