decompiler 1.0.0
Public Member Functions | Public Attributes | List of all members
ghidra::TypeEnum::Representation Class Reference

Class describing how a particular enumeration value is constructed using tokens. More...

#include <type.hh>

Public Member Functions

 Representation (void)
 Constructor.
 

Public Attributes

vector< string > matchname
 Name tokens that are ORed together.
 
bool complement
 If true, bitwise complement value after ORing.
 
int4 shiftAmount
 Number of bits to left-shift final value.
 

Detailed Description

Class describing how a particular enumeration value is constructed using tokens.


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