Given the below code, how would I access the myVar declaration, using pygccxml?
myVar
#include <windows.h> void someFunction() { LPBYTE myVar; }
According to pygccxml FAQ, this feature is not currently supported.