Throwable.TraceInfo

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Wed Jan 28 11:34:22 PST 2015


On 2015-01-28 15:09, david wrote:

> This lovely class, has a private member
>            void*[MAXFRAMES]  callstack
> I want to access this member. However I can't.

Taking the address of the variable should bypass the protection. Or 
using .tupleof.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list