Ghidra 11.3.2
Ghidra internal decompiler documentation.
Loading...
Searching...
No Matches
ghidra::AliasChecker::AddBase Struct Reference

A helper class holding a Varnode pointer reference and a possible index added to it. More...

#include <varmap.hh>

Collaboration diagram for ghidra::AliasChecker::AddBase:
[legend]

Public Member Functions

 AddBase (Varnode *b, Varnode *i)
 Constructor.
 

Public Attributes

Varnodebase
 The Varnode holding the base pointer.
 
Varnodeindex
 The index value or NULL.
 

Detailed Description

A helper class holding a Varnode pointer reference and a possible index added to it.


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