Get calling this, if exists

Smoke Adams via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jun 23 19:57:28 PDT 2016


Is there a type of __THIS__ construct similar to __FILE__ and 
__LINE__?

Something that returns the current this ptr if it exists, null 
otherwise.

Log(string filename = __FILE__, Object obj = __THIS__)()
{
    // inspect obj and do stuff
}


More information about the Digitalmars-d-learn mailing list