|
bool | evaluate (uint16 index) |
|
virtual r_code::Code * | get_mk_rdx (uint16 &extent_index) const |
|
void | patch_tpl_args () |
|
void | patch_tpl_code (uint16 pgm_code_index, uint16 ipgm_code_index) |
|
virtual void | patch_input_code (uint16 pgm_code_index, uint16 input_index, uint16 input_code_index, int16 parent_index=-1) |
|
| InputLessPGMOverlay (Controller *c) |
|
void | load_code () |
|
void | patch_code (uint16 index, r_code::Atom value) |
|
uint16 | get_last_patch_index () |
|
void | unpatch_code (uint16 patch_index) |
|
void | rollback () |
|
void | commit () |
|
r_code::Code * | get_core_object () const |
|
| Overlay (Controller *c, bool load_code=true) |
|
|
class | PGMController |
|
class | InputLessPGMController |
|
class | IPGMContext |
|
Definition at line 99 of file pgm_overlay.h.
◆ evaluate()
bool r_exec::InputLessPGMOverlay::evaluate |
( |
uint16 |
index | ) |
|
|
protected |
Create an IPGMContext and evaluate code_ at index.
- Parameters
-
index | The index in code_ to evaluate. |
- Returns
- True if successfully evaluated, false for problem evaluated including unbound variables. Note that if the code at index is a boolean expression, then this can return true for successful evaluation even though the expression value is boolean false.
Definition at line 164 of file pgm_overlay.cpp.
The documentation for this class was generated from the following files: