MayaFlux 0.1.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 266 of file ClangInterpreter.cpp.

267{
268 if (m_impl->interpreter) {
269 LILA_INFO(Emitter::INTERPRETER, "Shutting down interpreter");
270 m_impl->interpreter.reset();
271 }
272}
#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: