ItaniumDemangler Type
Represents a demangler for Itanium C++ names.
Constructors
| Constructor |
Description
|
|
|
Static members
| Static member |
Description
|
Full Usage:
ItaniumDemangler.IsWellFormed(str)
Parameters:
string
Returns: bool
|
Check if the given string is a well-formed mangled string.
|
B2R2