help-global
[Top][All Lists]
Advanced

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

how to find inheritance class definition in cpp?


From: liang tang
Subject: how to find inheritance class definition in cpp?
Date: Fri, 8 Nov 2019 18:58:06 +0800

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.


reply via email to

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