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

◆ reset()

void Lila::ClangInterpreter::reset ( )

Resets the interpreter, clearing all state.

Definition at line 288 of file ClangInterpreter.cpp.

289{
290 LILA_INFO(Emitter::INTERPRETER, "Resetting interpreter");
291 shutdown();
292 m_impl = std::make_unique<Impl>();
293}
#define LILA_INFO(emitter, msg)
std::unique_ptr< Impl > m_impl
Internal implementation details.
void shutdown()
Shuts down the interpreter and releases resources.

References LILA_INFO, m_impl, and shutdown().

+ Here is the call graph for this function: