Thread overview
Classinfo getMembers function return
Feb 24, 2008
Edward Diener
Feb 25, 2008
Bill Baxter
Feb 29, 2008
Walter Bright
Feb 29, 2008
Edward Diener
February 24, 2008
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.
February 25, 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
February 29, 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.
February 29, 2008
Walter Bright wrote:
> 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.

Then maybe it should say that in the documentation.