MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_last_error()

std::string Lila::Lila::get_last_error ( ) const

Gets the last error message.

Returns
String containing the last error

Definition at line 202 of file Lila.cpp.

203{
204 return m_interpreter ? m_interpreter->get_last_error() : "Interpreter not initialized";
205}
std::unique_ptr< ClangInterpreter > m_interpreter
Embedded Clang interpreter.
Definition Lila.hpp:165

Referenced by main().

+ Here is the caller graph for this function: