admin管理员组文章数量:1402995
Given the below code, how would I access the myVar
declaration, using pygccxml?
#include <windows.h>
void someFunction()
{
LPBYTE myVar;
}
Given the below code, how would I access the myVar
declaration, using pygccxml?
#include <windows.h>
void someFunction()
{
LPBYTE myVar;
}
Share
Improve this question
edited Mar 23 at 15:41
mkrieger1
23.5k7 gold badges64 silver badges82 bronze badges
asked Mar 23 at 14:19
fwrgcannpvefwrgcannpve
32 bronze badges
5
|
1 Answer
Reset to default 1According to pygccxml FAQ, this feature is not currently supported.
版权声明:本文标题:python - How do I access declarations (such as variables) inside a function using pygccxml - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744283775a2598781.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
.namespace
? – mkrieger1 Commented Mar 23 at 16:11