www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Classinfo getMembers function return

reply Edward Diener <eddielee_no_spam_here tropicsoft.com> writes:
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
next sibling parent Bill Baxter <dnewsgroup billbaxter.com> writes:
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
prev sibling parent reply Walter Bright <newshound1 digitalmars.com> writes:
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
parent Edward Diener <eddielee_no_spam_here tropicsoft.com> writes:
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.
Feb 29 2008