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

◆ reset()

void Lila::ClangInterpreter::reset ( )

Resets the interpreter, clearing all state.

Definition at line 375 of file ClangInterpreter.cpp.

376{
377 LILA_INFO(Emitter::INTERPRETER, "Resetting interpreter");
378 shutdown();
379 m_impl = std::make_unique<Impl>();
380}
#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: