Re: [pygccxml-development] Member variables and their access type?
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2006-10-04 09:25:34
|
On 10/4/06, Matthias Baas <ba...@ir...> wrote: > Hi, > > I just noticed a slight problem with Py++. I tried to ignore private > member variables Py++ should ignore them by default, so I don't understand what you are trying to do. > but the class variable_t doesn't have a property > "access_type". It seems that property is only available on classes > derived from member_calldef_t. Right, because I don't have global_variable_t and member_variable_t classes > So how can I check the access type of a member variable? mem_var.parent.find_out_member_access_type( mem_var ) -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |