Skip to content

mangleTypesToString

Mangles a container of types, returning an STL std::string object.

Synopsis

Declared in <SageIII/manglingSupport.h>

std::string
mangleTypesToString(
    SgTypePtrList::const_iterator const b,
    SgTypePtrList::const_iterator const e);

Return Value

An STL std::string containing all mangled names in the list, concatenated by "*sep*".

Parameters

Name

Description

b [in]

First element in the container to mangle.

e [in]

End (last+1) element in the container to mangle.

Created with MrDocs