digitalmars.D - Classinfo getMembers function return
- Edward Diener (6/6) Feb 24 2008 In the online documentation for the Phobos library for D 2.0 there is a
- Bill Baxter (4/10) Feb 24 2008 Object documentation is pretty incomplete and vague.
- Walter Bright (2/8) Feb 29 2008 It's a placeholder for future implementation.
- Edward Diener (2/12) Feb 29 2008 Then maybe it should say that in the documentation.
In the online documentation for the Phobos library for D 2.0 there is a link to the base class 'object'. On that web page, http://www.digitalmars.com/d/2.0/phobos/object.html, there is for class ClassInfo a member function 'const(MemberInfo[]) getMembers(string name);'. But I see no link which takes me to the documentation for 'MemberInfo', nor do I see this documentation in the web page cited above.
Feb 24 2008
Edward Diener wrote:In the online documentation for the Phobos library for D 2.0 there is a link to the base class 'object'. On that web page, http://www.digitalmars.com/d/2.0/phobos/object.html, there is for class ClassInfo a member function 'const(MemberInfo[]) getMembers(string name);'. But I see no link which takes me to the documentation for 'MemberInfo', nor do I see this documentation in the web page cited above.Object documentation is pretty incomplete and vague. Your best is to file a bug report with bugzilla. --bb
Feb 24 2008
Edward Diener wrote:In the online documentation for the Phobos library for D 2.0 there is a link to the base class 'object'. On that web page, http://www.digitalmars.com/d/2.0/phobos/object.html, there is for class ClassInfo a member function 'const(MemberInfo[]) getMembers(string name);'. But I see no link which takes me to the documentation for 'MemberInfo', nor do I see this documentation in the web page cited above.It's a placeholder for future implementation.
Feb 29 2008
Walter Bright wrote:Edward Diener wrote:Then maybe it should say that in the documentation.In the online documentation for the Phobos library for D 2.0 there is a link to the base class 'object'. On that web page, http://www.digitalmars.com/d/2.0/phobos/object.html, there is for class ClassInfo a member function 'const(MemberInfo[]) getMembers(string name);'. But I see no link which takes me to the documentation for 'MemberInfo', nor do I see this documentation in the web page cited above.It's a placeholder for future implementation.
Feb 29 2008