![]() |
IDA Domain
|
Iterator for segments in the IDA database. More...
#include <segment.hpp>
Public Member Functions | |
Iterator (const Database &database) | |
Constructs a segments iterator for the given database. More... | |
segment_t * | get_first () |
Retrieves the first segment in the database. More... | |
segment_t * | get_next () |
Retrieves the next segment in the database. More... | |
Iterator for segments in the IDA database.
|
inline |
Constructs a segments iterator for the given database.
database | Reference to the active IDA database. |
segment_t* Segments::Iterator::get_first | ( | ) |
Retrieves the first segment in the database.
segment_t* Segments::Iterator::get_next | ( | ) |
Retrieves the next segment in the database.