help-gplusplus
[Top][All Lists]
Advanced

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

Re: about symbol of protected virtual function


From: Paul Pluzhnikov
Subject: Re: about symbol of protected virtual function
Date: Mon, 08 Jan 2007 07:03:31 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

zmwillow@gmail.com writes:

> but for all the PUBLIC virtual methods, their symbols are all start
> with "_ZTV".

No, they do not. Only the virtual table pointer starts with _ZTV.

> so I want to known, what's the rule that GCC used to generate the
> symbols, especially for the virtual functions.

You do know about 'c++filt', right?

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.


reply via email to

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