IDA C++ SDK 9.2
Loading...
Searching...
No Matches
lowertype_helper_t Class Referenceabstract

Interface class - see ida_lowertype_helper_t. More...

#include <typeinf.hpp>

Inheritance diagram for lowertype_helper_t:
ida_lowertype_helper_t

Public Member Functions

virtual ~lowertype_helper_t ()
virtual bool idaapi func_has_stkframe_hole (const tinfo_t &candidate, const func_type_data_t &candidate_data)=0
virtual int idaapi get_func_purged_bytes (const tinfo_t &candidate, const func_type_data_t &candidate_data)=0

Detailed Description

Interface class - see ida_lowertype_helper_t.

Constructor & Destructor Documentation

◆ ~lowertype_helper_t()

virtual lowertype_helper_t::~lowertype_helper_t ( )
inlinevirtual

Member Function Documentation

◆ func_has_stkframe_hole()

virtual bool idaapi lowertype_helper_t::func_has_stkframe_hole ( const tinfo_t & candidate,
const func_type_data_t & candidate_data )
pure virtual

Implemented in ida_lowertype_helper_t.

◆ get_func_purged_bytes()

virtual int idaapi lowertype_helper_t::get_func_purged_bytes ( const tinfo_t & candidate,
const func_type_data_t & candidate_data )
pure virtual

Implemented in ida_lowertype_helper_t.


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