Re: [pygccxml-development] enums access type?
Brought to you by:
mbaas,
roman_yakovenko
From: Gustavo C. <gjc...@gm...> - 2007-12-30 14:29:32
|
On 30/12/2007, Gustavo Carneiro <gjc...@gm...> wrote: > > On 30/12/2007, Gustavo Carneiro <gjc...@gm...> wrote: > > > > I don't find any obvious way to filter out non-public enumerations > > returned from a class, with class_t.enums(). Is it not supported, or have I > > missed it? > > > hm.. same problem I am having with nested classes... > > When I have a class_t and call classes() on it, to get the classes defined > inside that class, how do I know which of the inner classes are public and > which are private? > OK; nevermind, I found<http://www.language-binding.net/pygccxml/apidocs/pygccxml.declarations.class_declaration.class_t-class.html#find_out_member_access_type>it. ( class_t.find_out_member_access_type). Sorry for the noise. -- Gustavo J. A. M. Carneiro INESC Porto, Telecommunications and Multimedia Unit "The universe is always one step beyond logic." -- Frank Herbert |