Rizin
unix-like reverse engineering framework and cli tools
rz_diff_methods_t Struct Reference

#include <rz_diff.h>

Public Attributes

RzDiffMethodElemAt elem_at
 can be either be an element of A or B More...
 
RzDiffMethodElemHash elem_hash
 can be either be an element of A or B More...
 
RzDiffMethodCompare compare
 elements from A and B More...
 
RzDiffMethodStringify stringify
 elements from A and B More...
 
RzDiffMethodIgnore ignore
 elements from A and B More...
 

Detailed Description

Definition at line 41 of file rz_diff.h.

Member Data Documentation

◆ compare

RzDiffMethodCompare rz_diff_methods_t::compare

elements from A and B

Definition at line 44 of file rz_diff.h.

◆ elem_at

◆ elem_hash

RzDiffMethodElemHash rz_diff_methods_t::elem_hash

can be either be an element of A or B

Definition at line 43 of file rz_diff.h.

◆ ignore

RzDiffMethodIgnore rz_diff_methods_t::ignore

elements from A and B

Definition at line 46 of file rz_diff.h.

◆ stringify

RzDiffMethodStringify rz_diff_methods_t::stringify

elements from A and B

Definition at line 45 of file rz_diff.h.


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