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
I just started testing pygccxml and I can't find a way to retrieve information about where some function is declared or defined. Is it possible?
For example:
classMyClass { // The classpublic:// Access specifierintfoo(int a)
{
return a+1;
}
};
here I expect that function foo is defind in lines from three to six.
The text was updated successfully, but these errors were encountered:
Hi,
I just started testing
pygccxml
and I can't find a way to retrieve information about where some function is declared or defined. Is it possible?For example:
here I expect that function
foo
is defind in lines from three to six.The text was updated successfully, but these errors were encountered: