IDA C++ SDK 9.2
|
#include <moves.hpp>
Public Member Functions | |
segm_move_info_t (ea_t _from=0, ea_t _to=0, size_t _sz=0) | |
bool | operator== (const segm_move_info_t &r) const |
bool | operator!= (const segm_move_info_t &r) const |
Public Attributes | |
ea_t | from |
ea_t | to |
size_t | size |
|
inline |
|
inline |
ea_t segm_move_info_t::from |
ea_t segm_move_info_t::to |
size_t segm_move_info_t::size |