decompiler  1.0.0
Public Member Functions | Private Attributes | List of all members
TypeRecommend Class Reference

Data-type for a storage location when there is no Symbol (yet) More...

#include <varmap.hh>

Public Member Functions

 TypeRecommend (const Address &ad, Datatype *dt)
 Constructor.
 
const AddressgetAddress (void) const
 Get the storage address.
 
DatatypegetType (void) const
 Get the data-type.
 

Private Attributes

Address addr
 Storage address of the Varnode.
 
DatatypedataType
 Data-type to assign to the Varnode.
 

Detailed Description

Data-type for a storage location when there is no Symbol (yet)

Allow a data-type to be fed into a specific storage location. Currently this only applies to input Varnodes.


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