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

◆ reset()

void Lila::ClangInterpreter::reset ( )

Resets the interpreter, clearing all state.

Definition at line 259 of file ClangInterpreter.cpp.

260{
261 LILA_INFO(Emitter::INTERPRETER, "Resetting interpreter");
262 shutdown();
263 m_impl = std::make_unique<Impl>();
264}
#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: