decompiler  1.0.0
Public Member Functions | Public Attributes | List of all members
TypeField Struct Reference

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.
 
Datatypetype
 type of subfield
 

Detailed Description

Specifies subfields of a structure or what a pointer points to.


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