Return whether the mangled symbol name attribute is known.
Synopsis
Declared in <balst_stacktraceframe.h>
bool
isMangledSymbolNameKnown() const;
Description
Return true if the mangledSymbolName attribute of this object is not the "unknown" value for that attribute, and false otherwise.
Return Value
true if mangled symbol name is known, and false otherwise
Created with MrDocs