-1

Given the below code, how would I access the myVar declaration, using pygccxml?

#include <windows.h>

void someFunction()
{
    LPBYTE myVar;
}
5
  • Have you seen pygccxml.readthedocs.io/en/develop/examples/variables/… already? Commented Mar 23 at 15:43
  • @mkrieger1 Yes. This example shows accessing declarations inside namespaces, not functions. Commented Mar 23 at 15:58
  • Have you tried using other attributes of the global namespace than .namespace? Commented Mar 23 at 16:11
  • Yes, I have. Not sure if you are implying that there is an attribute that I’ve missed, or just asking to help me solve it myself? Commented Mar 23 at 16:31
  • No, sorry, I didn't mean to imply that you missed an attribute, I don't know it myself. I was just trying to narrow down what you already know and where you are stuck. Commented Mar 23 at 16:34

1 Answer 1

1

According to pygccxml FAQ, this feature is not currently supported.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.