DEM(1)
NAME
dem − demangle a C++ name
SYNOPSIS
dem C++_name ...
DESCRIPTION
dem demangles one or more C++ names that you specify. For each C++ mangled name, dem prints a demangled name which closely resembles the name that you originally declare. dem uses the following format: mangled_name == demangled name dem handles the mangled names for all versions of the C++ compiler, starting with 3.0.
EXAMPLE
To find out the demangled name for __0FGprintfv, __ct__1XFv, and __0fDiosEsetfl, execute the following command: % dem __0FGprintfv __ct__1XFv __0fDiosEsetfl The output is: __0FGprintfv == printf(void)
__ct__1XFv == X::X(void)
__0fDiosEsetfl == ios::setf(long)
SEE ALSO
SunOS 4.2 — Last change: 10 October 1994