| Thread overview | ||||||
|---|---|---|---|---|---|---|
|
February 24, 2008 Classinfo getMembers function return | ||||
|---|---|---|---|---|
| ||||
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 Re: Classinfo getMembers function return | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Edward Diener | 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 Re: Classinfo getMembers function return | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Edward Diener | 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 Re: Classinfo getMembers function return | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | 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.
| |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply