struct inside struct: Is there a way to call a function of the outside struct from the inner struct?
Era Scarecrow
rtcvb32 at yahoo.com
Sat Jul 6 18:26:15 UTC 2019
On Saturday, 6 July 2019 at 12:33:00 UTC, berni wrote:
> Now I found this:
> https://forum.dlang.org/thread/eobdqkkczquxoepsteue@forum.dlang.org
>
> Seems to be intentional, that this doesn't work. In my case I'm
> able to move d() into the outer struct...
You'll need a pointer to the outer struct, or run it in an
function where it then passes a pointer of data that's seen in
the scope i believe.
More information about the Digitalmars-d-learn
mailing list