19 #ifndef __TYPEGRP_GHIDRA__ 20 #define __TYPEGRP_GHIDRA__ An implementation of the TypeFactory interface, query a Ghidra client for data-type information...
Definition: typegrp_ghidra.hh:30
The base datatype class for the decompiler.
Definition: type.hh:62
TypeFactoryGhidra(ArchitectureGhidra *g)
Constructor.
Definition: typegrp_ghidra.hh:34
virtual Datatype * findById(const string &n, uint8 id)
Search by name and id.
Definition: typegrp_ghidra.cc:19
Classes for describing and printing data-types.
Container class for all Datatype objects in an Architecture.
Definition: type.hh:380
Ghidra specific architecture information and connection to a Ghidra client.
An implementation of the Architecture interface and connection to a Ghidra client.
Definition: ghidra_arch.hh:60