![]() |
IDA Domain
|
Iterator for user-defined types in the IDA type system. More...
#include <type.hpp>
Public Member Functions | |
Iterator (const Database &database) | |
Constructs a type iterator for the given database. More... | |
std::pair< bool, tinfo_t > | get_first () |
Retrieves the first user-defined type in the database. More... | |
std::pair< bool, tinfo_t > | get_next () |
Retrieves the next user-defined type in the database. More... | |
Iterator for user-defined types in the IDA type system.
|
inline |
Constructs a type iterator for the given database.
database | Reference to the active IDA database. |
std::pair<bool, tinfo_t> Types::Iterator::get_first | ( | ) |
Retrieves the first user-defined type in the database.
std::pair<bool, tinfo_t> Types::Iterator::get_next | ( | ) |
Retrieves the next user-defined type in the database.