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
}
LILA_DEBUG
#define LILA_DEBUG(emitter, msg)
Definition
Commentator.hpp:358
Lila::Lila::m_interpreter
std::unique_ptr< ClangInterpreter > m_interpreter
Embedded Clang interpreter.
Definition
Lila.hpp:165
Lila::Lila::m_current_mode
OperationMode m_current_mode
Current operation mode.
Definition
Lila.hpp:168
References
LILA_DEBUG
.
Lila
Lila
Generated by
1.9.8