Function mangleTypesToString#
Defined in File manglingSupport.h
Function Documentation#
-
std::string mangleTypesToString(const SgTypePtrList::const_iterator b, const SgTypePtrList::const_iterator e)#
Mangles a container of types, returning an STL std::string object.
- Parameters:
b – [in] First element in the container to mangle.
e – [in] End (last+1) element in the container to mangle.
- Returns:
An STL std::string containing all mangled names in the list, concatenated by “__sep__”.