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.
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.