help-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to find inheritance class definition in cpp?


From: Shigio YAMAGUCHI
Subject: Re: how to find inheritance class definition in cpp?
Date: Fri, 8 Nov 2019 23:17:10 +0900

Hello,
I can pickup class A's definition in my environment.

$ ls
test.cpp
$ cat test.cpp
class A : public B
{
}
$ gtags
$ global -x A
A                   1 test.cpp         class A : public B
$ _

What happens in your environment?

Regards,
Shigio

2019年11月8日(金) 21:03 liang tang <address@hidden>:
>
> Hello,
>
> How to find inheritance class's definition using gtags?
>
> code is as follows:
> class A : public B
> {
> }
>
> now I cannot find defination of A using gtags.
> What can I do to find defination of A?
>
> Thanks.
>


-- 
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint:
26F6 31B4 3D62 4A92 7E6F  1C33 969C 3BE3 89DD A6EB



reply via email to

[Prev in Thread] Current Thread [Next in Thread]