MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
Lila::ClangInterpreter::EvalResult Struct Reference

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)
 

Detailed Description

Result of code evaluation.

Contains success status, output, error message, and optional symbol address.

Definition at line 69 of file ClangInterpreter.hpp.


The documentation for this struct was generated from the following file: