This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: how do I demangle the name from typeinfo(obj).name()?


On Oct 14, 2000, Larry Evans <jcampbell3@prodigy.net> wrote:

> David Baraff wrote:

>> Could someone PLEASE tell me how to consistently demangle these names?

> The attached code works for me.

Bear in mind that, since you're calling cplus_demangle(), your code
must abide by the rules imposed by the GNU Lesser (formerly Library)
General Public License.  See libiberty/cplus-dem.c for further
details.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]