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

◆ shutdown()

void Lila::ClangInterpreter::shutdown ( )

Shuts down the interpreter and releases resources.

Definition at line 382 of file ClangInterpreter.cpp.

383{
384 if (m_impl->interpreter) {
385 LILA_INFO(Emitter::INTERPRETER, "Shutting down interpreter");
386 m_impl->interpreter.reset();
387 }
388}
#define LILA_INFO(emitter, msg)
std::unique_ptr< Impl > m_impl
Internal implementation details.

References LILA_INFO, and m_impl.

Referenced by reset(), and ~ClangInterpreter().

+ Here is the caller graph for this function: