Iterator for outgoing cross-references (from the specified address).
More...
#include <xref.hpp>
|
| FromIterator (const Database &database, const ea_t ea) |
| Constructs an iterator for cross-references from a given address. More...
|
|
std::pair< bool, xrefblk_t > | get_first () |
| Retrieves the first outgoing xref. More...
|
|
std::pair< bool, xrefblk_t > | get_next () |
| Retrieves the next outgoing xref. More...
|
|
Iterator for outgoing cross-references (from the specified address).
◆ FromIterator()
Xrefs::FromIterator::FromIterator |
( |
const Database & |
database, |
|
|
const ea_t |
ea |
|
) |
| |
|
inline |
Constructs an iterator for cross-references from a given address.
- Parameters
-
database | Reference to the active IDA database. |
ea | The source effective address. |
◆ get_first()
std::pair<bool, xrefblk_t> Xrefs::FromIterator::get_first |
( |
| ) |
|
Retrieves the first outgoing xref.
- Returns
- A pair <bool, xrefblk_t>. The bool is false if no xref is found.
◆ get_next()
std::pair<bool, xrefblk_t> Xrefs::FromIterator::get_next |
( |
| ) |
|
Retrieves the next outgoing xref.
- Returns
- A pair <bool, xrefblk_t>. The bool is false if no more xrefs exist.
The documentation for this class was generated from the following file:
- /home/runner/work/ida-api-domain/ida-api-domain/include/entities/xref.hpp