![]() |
IDA Domain
|
Iterator for user-defined comments in the IDA database. More...
#include <comment.hpp>
Public Member Functions | |
Iterator (const Database &database, bool include_repeatable=false) | |
Constructs a comment iterator for the given database. More... | |
std::pair< ea_t, std::string > | get_first () |
Retrieves the first comment in the database. More... | |
std::pair< ea_t, std::string > | get_next () |
Retrieves the next comment in the database. More... | |
Iterator for user-defined comments in the IDA database.
|
inline |
Constructs a comment iterator for the given database.
database | Reference to the active IDA database. |
include_repeatable | Whether to include repeatable comments during iteration. |
std::pair<ea_t, std::string> Comments::Iterator::get_first | ( | ) |
Retrieves the first comment in the database.
std::pair<ea_t, std::string> Comments::Iterator::get_next | ( | ) |
Retrieves the next comment in the database.