1 #ifndef IDA_DOMAIN_COMMENT_HPP
2 #define IDA_DOMAIN_COMMENT_HPP
30 const bool include_repeatable =
false;
36 ea_t m_current_ea = 0;
43 : m_database(database), include_repeatable(include_repeatable)
66 std::pair<bool, std::string>
get(
const ea_t ea)
const;
72 bool set(
const ea_t ea,
const std::string &comment)
const;
79 return Iterator(m_database, include_repeatable);
Provides access and control over the loaded IDA database.
Definition: database.hpp:25
#define IDA_API
Definition: common_defines.hpp:11
#define ABI_VERSION_NS
Definition: version.hpp:17