www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - delegate type info?

reply Lutger <lutger.blijdestijn gmail.com> writes:
Is it possible at all to retrieve whether a given delegate is a delegate 
literal or from an object, that is if the .ptr property points to an 
Object or not?
Oct 24 2006
parent reply Thomas Kuehne <thomas-dloop kuehne.cn> writes:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Lutger schrieb am 2006-10-24:
 Is it possible at all to retrieve whether a given delegate is a delegate 
 literal or from an object, that is if the .ptr property points to an 
 Object or not?
Yes, the solution however is implementation defined. usage sample: Thomas -----BEGIN PGP SIGNATURE----- iD8DBQFFPqwgLK5blCcjpWoRAliaAKCubrXIgEDiKhKPTVh/N1SO1VBrPwCeKHy8 dBxiBYSWMJXD+hOQ1cRjBI8= =Ui9D -----END PGP SIGNATURE-----
Oct 24 2006
parent reply Lutger <lutger.blijdestijn gmail.com> writes:
Thomas Kuehne wrote:
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 Lutger schrieb am 2006-10-24:
 Is it possible at all to retrieve whether a given delegate is a delegate 
 literal or from an object, that is if the .ptr property points to an 
 Object or not?
Yes, the solution however is implementation defined. <awesome hack>
Wow thanks. You sure know a lot about the internals, it's the .name ptr right that does the trick right? Does it work with GDC?
Oct 27 2006
parent Thomas Kuehne <thomas-dloop kuehne.cn> writes:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Lutger schrieb am 2006-10-27:
 Thomas Kuehne wrote:
 
 Lutger schrieb am 2006-10-24:
 Is it possible at all to retrieve whether a given delegate is a delegate 
 literal or from an object, that is if the .ptr property points to an 
 Object or not?
Yes, the solution however is implementation defined. <awesome hack>
Wow thanks. You sure know a lot about the internals, it's the .name ptr right that does the trick right? Does it work with GDC?
It should work with GDC when GPhobos catches up with DMD-0.170's Phobos. Thomas -----BEGIN PGP SIGNATURE----- iD8DBQFFRJFxLK5blCcjpWoRAnpXAJ9aQbHlqi5hHFcmN4WqVuBh0LlnPgCfeCHe qW8qwIRgS0RD1DEg0WWFVfo= =gYt/ -----END PGP SIGNATURE-----
Oct 29 2006