Ghidra 11.3.2
Ghidra internal decompiler documentation.
Loading...
Searching...
No Matches
ghidra::DatatypeWarning Class Reference

A data-type associated with a warning string. More...

#include <type.hh>

Collaboration diagram for ghidra::DatatypeWarning:
[legend]

Public Member Functions

 DatatypeWarning (Datatype *dt, string warn)
 Constructor.
 
const string & getWarning (void) const
 Get the warning string.
 

Private Attributes

DatatypedataType
 Data-type associated with the warning.
 
string warning
 An explanatory string which should be displayed to the user as a warning.
 

Friends

class TypeFactory
 

Detailed Description

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.


The documentation for this class was generated from the following file: