MayaFlux 0.4.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 218 of file Lila.cpp.

219{
220 return m_interpreter ? m_interpreter->get_last_error() : "Interpreter not initialized";
221}
std::unique_ptr< ClangInterpreter > m_interpreter
Embedded Clang interpreter.
Definition Lila.hpp:213

Referenced by main().

+ Here is the caller graph for this function: