IDA C++ SDK 9.2
|
Abstract class: User-defined call generator derived classes should implement method 'match'. More...
#include <hexrays.hpp>
Public Member Functions | |
~udc_filter_t () | |
void hexapi | cleanup () |
Cleanup the filter This function properly clears type information associated to this filter. | |
virtual bool | match (codegen_t &cdg) override=0 |
return true if the filter object should be applied to given instruction | |
bool hexapi | init (const char *decl) |
virtual merror_t hexapi | apply (codegen_t &cdg) override |
generate microcode for an instruction | |
bool | empty () const |
Public Member Functions inherited from microcode_filter_t | |
virtual | ~microcode_filter_t () |
Abstract class: User-defined call generator derived classes should implement method 'match'.
|
inline |
|
inline |
Cleanup the filter This function properly clears type information associated to this filter.
return true if the filter object should be applied to given instruction
Implements microcode_filter_t.
|
inline |
generate microcode for an instruction
Implements microcode_filter_t.
|
inline |