decompiler
1.0.0
|
Specifies subfields of a structure or what a pointer points to. More...
#include <type.hh>
Public Member Functions | |
bool | operator< (const TypeField &op2) const |
Compare based on offset. | |
Public Attributes | |
int4 | offset |
Offset (into containing struct) of subfield. | |
string | name |
Name of subfield. | |
Datatype * | type |
type of subfield | |
Specifies subfields of a structure or what a pointer points to.