Ghidra 11.3.2
Ghidra internal decompiler documentation.
|
A data-type associated with a warning string. More...
#include <type.hh>
Public Member Functions | |
DatatypeWarning (Datatype *dt, string warn) | |
Constructor. | |
const string & | getWarning (void) const |
Get the warning string. | |
Private Attributes | |
Datatype * | dataType |
Data-type associated with the warning. | |
string | warning |
An explanatory string which should be displayed to the user as a warning. | |
Friends | |
class | TypeFactory |
A data-type associated with a warning string.
The warning should be presented to the user whenever the data-type is used. A warning is typically issued for ill-formed data-types that have been modified to facilitate decompiler analysis.