![]() |
IDA Domain
|
Iterator for named elements (e.g., labels, symbols) in the IDA database. More...
#include <name.hpp>
Public Member Functions | |
Iterator (const Database &database) | |
Constructs a names iterator for the given database. More... | |
std::pair< ea_t, std::string > | get_first () |
Retrieves the first named element in the database. More... | |
std::pair< ea_t, std::string > | get_next () |
Retrieves the next named element in the database. More... | |
Iterator for named elements (e.g., labels, symbols) in the IDA database.
|
inline |
Constructs a names iterator for the given database.
database | Reference to the active IDA database. |
std::pair<ea_t, std::string> Names::Iterator::get_first | ( | ) |
Retrieves the first named element in the database.
std::pair<ea_t, std::string> Names::Iterator::get_next | ( | ) |
Retrieves the next named element in the database.