digitalmars.D.learn - TypeInfo_Class getMembers() and offTi()
- Benjamin Thaut <code benjamin-thaut.de> Jul 15 2012
- Jacob Carlborg <doob me.com> Jul 15 2012
Do the getMembers() and offTi() functions of TypeInfo_Class already work? If yes who generates the information for them, or do I have to do that manually with a template? Are there any examples on this? I couldn't find anything in the documentation. Kind Regards Benjamin Thaut
Jul 15 2012
On 2012-07-15 12:25, Benjamin Thaut wrote:Do the getMembers() and offTi() functions of TypeInfo_Class already work? If yes who generates the information for them, or do I have to do that manually with a template? Are there any examples on this? I couldn't find anything in the documentation.
No, getMembers() doesn't work. It just returns an empty array. I don't think offTi() works either. -- /Jacob Carlborg
Jul 15 2012








Jacob Carlborg <doob me.com>