decompiler  1.0.0
Public Member Functions | Private Attributes | Friends | List of all members
ghidra::SplitDatatype::Component Class Reference

A helper class describing a pair of matching data-types for the split. More...

Public Member Functions

 Component (Datatype *in, Datatype *out, int4 off)
 Constructor.
 

Private Attributes

DatatypeinType
 Data-type coming into the logical COPY operation.
 
DatatypeoutType
 Data-type coming out of the logical COPY operation.
 
int4 offset
 Offset of this logical piece within the whole.
 

Friends

class SplitDatatype
 

Detailed Description

A helper class describing a pair of matching data-types for the split.

Data-types being copied simultaneously are split up into these matching pairs.


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