digitalmars.D.learn - Getting overloads of free functions
- Lutger (3/3) Oct 12 2009 Probably has been discussed before but I couldn't figure it out:
- Christopher Wright (3/7) Oct 12 2009 No. You can't even get all the overloads of class methods at compile
- Lutger (2/10) Oct 13 2009 That sucks.
Probably has been discussed before but I couldn't figure it out: Is it possible to retrieve the signatures of overloaded functions (not virtuals) at compile time?
Oct 12 2009
Lutger wrote:Probably has been discussed before but I couldn't figure it out: Is it possible to retrieve the signatures of overloaded functions (not virtuals) at compile time?No. You can't even get all the overloads of class methods at compile time (only non-private non-static methods, as I recall).
Oct 12 2009
Christopher Wright wrote:Lutger wrote:That sucks.Probably has been discussed before but I couldn't figure it out: Is it possible to retrieve the signatures of overloaded functions (not virtuals) at compile time?No. You can't even get all the overloads of class methods at compile time (only non-private non-static methods, as I recall).
Oct 13 2009