|
| XrefTypeReferences (XrefHeader *parent) |
|
virtual | ~XrefTypeReferences () |
|
virtual int | childCount () const override |
|
virtual void | appendChild (XrefItem *ref) override |
|
XrefHeader * | parentOf (XrefItem *ref) const |
|
virtual int | row (const XrefItem *item) const override |
|
virtual XrefItem * | child (int i) const override |
|
| XrefItem () |
|
| XrefItem (XrefHeader *parent, XrefType type, FunctionRef func) |
|
| XrefItem (BinaryNinja::ReferenceSource ref, XrefType type, XrefDirection direction) |
|
| XrefItem (uint64_t addr, XrefType type, XrefDirection direction) |
|
| XrefItem (BinaryNinja::TypeReferenceSource ref, XrefType type, XrefDirection direction) |
|
| XrefItem (BinaryNinja::Variable var, BinaryNinja::ILReferenceSource ref, XrefType type, XrefDirection direction) |
|
| XrefItem (const XrefItem &ref) |
|
virtual | ~XrefItem () |
|
XrefDirection | direction () const |
|
const FunctionRef & | func () const |
|
const ArchitectureRef & | arch () const |
|
uint64_t | addr () const |
|
BinaryNinja::QualifiedName | typeName () const |
|
uint64_t | offset () const |
|
BinaryNinja::Variable | variable () const |
|
BNFunctionGraphType | ilType () const |
|
size_t | instrId () const |
|
XrefType | type () const |
|
int | size () const |
|
void | setSize (int size) const |
|
void | setParent (XrefHeader *parent) const |
|
virtual XrefItem * | parent () const |
|
virtual XrefItem * | child (int) const |
|
virtual int | childCount () const |
|
int | row () const |
|
bool | operator== (const XrefItem &other) const |
|
bool | operator!= (const XrefItem &other) const |
|
◆ XrefTypeReferences()
XrefTypeReferences::XrefTypeReferences |
( |
XrefHeader * |
parent | ) |
|
◆ ~XrefTypeReferences()
virtual XrefTypeReferences::~XrefTypeReferences |
( |
| ) |
|
|
virtual |
◆ appendChild()
virtual void XrefTypeReferences::appendChild |
( |
XrefItem * |
ref | ) |
|
|
overridevirtual |
◆ child()
virtual XrefItem * XrefTypeReferences::child |
( |
int |
i | ) |
const |
|
overridevirtual |
◆ childCount()
virtual int XrefTypeReferences::childCount |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ parentOf()
◆ row()
virtual int XrefTypeReferences::row |
( |
const XrefItem * |
item | ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following file: