|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
Result of code evaluation. More...
#include <ClangInterpreter.hpp>
Collaboration diagram for Lila::ClangInterpreter::EvalResult:Public Attributes | |
| bool | success = false |
| True if evaluation succeeded. | |
| std::string | output |
| Output from code execution. | |
| std::string | error |
| Error message if evaluation failed. | |
| void * | symbol_address = nullptr |
| Address of defined symbol (if applicable) | |
Result of code evaluation.
Contains success status, output, error message, and optional symbol address.
Definition at line 69 of file ClangInterpreter.hpp.