how to find inheritance class definition in cpp?
liang tang <[email protected]> Fri, 8 Nov 2019 18:58:06 +0800
| Newsgroups | gmane.comp.gnu.global.general |
|---|---|
| Message-ID | <CAOhZW=4cXDNTcfi76uu6R3buHO00WAKy0HMwira-6CMZPQZxqw@mail.gmail.com> |
--0000000000003b9d210596d3aa21
Content-Type: text/plain; charset="UTF-8"
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.
--0000000000003b9d210596d3aa21
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr"><div>Hello,</div><div><br></div><div>How to find inheritan=
ce class's definition using gtags?</div><div><br></div><div>code is as =
follows:</div><div>class A : public B=C2=A0</div><div>{=C2=A0</div><div>}</=
div><div><br></div><div>now I cannot find defination of A using gtags.</div=
><div>What can I do to find defination of A?</div><div><br></div><div>Thank=
s.</div><div><br style=3D"color:rgb(0,0,0);font-family:Arial;font-size:14px=
"></div></div>
--0000000000003b9d210596d3aa21--