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

◆ Lila()

Lila::Lila::Lila ( )

Constructs a Lila instance.

Definition at line 10 of file Lila.cpp.

11 : m_interpreter(std::make_unique<ClangInterpreter>())
12 , m_current_mode(OperationMode::Direct)
13{
14 LILA_DEBUG(Emitter::SYSTEM, "Lila instance created");
15}
#define LILA_DEBUG(emitter, msg)
std::unique_ptr< ClangInterpreter > m_interpreter
Embedded Clang interpreter.
Definition Lila.hpp:165
OperationMode m_current_mode
Current operation mode.
Definition Lila.hpp:168

References LILA_DEBUG.