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

◆ reset()

void Lila::ClangInterpreter::reset ( )

Resets the interpreter, clearing all state.

Definition at line 341 of file ClangInterpreter.cpp.

342{
343 LILA_INFO(Emitter::INTERPRETER, "Resetting interpreter");
344 shutdown();
345 m_impl = std::make_unique<Impl>();
346}
#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: