[pygccxml-development] Member variables and their access type?
Brought to you by:
mbaas,
roman_yakovenko
From: Matthias B. <ba...@ir...> - 2006-10-04 09:18:18
|
Hi, I just noticed a slight problem with Py++. I tried to ignore private member variables 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. So how can I check the access type of a member variable? - Matthias - |