Compile text with IDC function(s).
More...
#include <expr.hpp>
Compile text with IDC function(s).
- Parameters
-
| line | line with IDC function(s) (can't be nullptr!) |
[out] | errbuf | buffer for the error message |
| resolver | callback object to get values of undefined variables This object will be called if IDC function contains references to undefined variables. May be nullptr. |
| only_safe_funcs | if true, any calls to functions without #EXTFUN_SAFE flag will lead to a compilation error. |
- Return values
-
true | ok |
false | error, see errbuf |
◆ resolve_name()
virtual uval_t idaapi idc_resolver_t::resolve_name |
( |
const char * | name | ) |
|
|
pure virtual |
The documentation for this struct was generated from the following file: