You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I want to detect which classes in the classes I am parsing that are real classes and not forward declared ones. I asked the question in Castxml and they said that the incomplete attribute of the xml gives this information. I didn't find anything in the docs for getting xml attributes directly or a pygccxml object that has this information.
Could be interesting to add to class_t a bool member is_forward_declaration
The text was updated successfully, but these errors were encountered:
So I want to detect which classes in the classes I am parsing that are real classes and not forward declared ones. I asked the question in Castxml and they said that the incomplete attribute of the xml gives this information. I didn't find anything in the docs for getting xml attributes directly or a pygccxml object that has this information.
Could be interesting to add to class_t a bool member
is_forward_declaration
The text was updated successfully, but these errors were encountered: