Member function pointers

Michel Fortin michel.fortin at michelf.ca
Fri Jun 7 16:48:46 PDT 2013


On 2013-06-07 23:21:53 +0000, Manu <turkeyman at gmail.com> said:

> Thoughts?

Reminds me of something similar I implemented a while ago:
http://michelf.ca/projects/d-objc/syntax/#selector-literals

Not only I think member function pointers are doable, but I think 
they're solely missing. There have been situations where I'd have used 
them but instead had to hack my way using a delegate. That was to build 
a bridge for Objective-C (before I decided to hack the compiler). I'd 
guess you're doing something of the sort too?

-- 
Michel Fortin
michel.fortin at michelf.ca
http://michelf.ca/



More information about the Digitalmars-d mailing list