Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get line numbers where function is defined #145

Open
kerim371 opened this issue Sep 15, 2021 · 0 comments
Open

Get line numbers where function is defined #145

kerim371 opened this issue Sep 15, 2021 · 0 comments

Comments

@kerim371
Copy link

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:

class MyClass {       // The class
  public:             // Access specifier
  int foo(int a)
  {
	  return a+1;
  }
};

here I expect that function foo is defind in lines from three to six.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant