MayaFlux 0.2.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 295 of file ClangInterpreter.cpp.

296{
297 if (m_impl->interpreter) {
298 LILA_INFO(Emitter::INTERPRETER, "Shutting down interpreter");
299 m_impl->interpreter.reset();
300 }
301}
#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: