MayaFlux
0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
emitter_string()
static constexpr std::string_view Lila::Commentator::emitter_string
(
Emitter
source
)
inline
static
constexpr
private
Gets the string representation of an emitter.
Parameters
source
Emitter value.
Returns
Emitter string.
Definition at line
326
of file
Commentator.hpp
.
327
{
328
switch
(source) {
329
case
Emitter::SERVER:
330
return
"SERVER"
;
331
case
Emitter::INTERPRETER:
332
return
"INTERP"
;
333
case
Emitter::SYSTEM:
334
return
"SYSTEM"
;
335
case
Emitter::GENERAL:
336
return
"GENERAL"
;
337
default
:
338
return
"UNKNOWN"
;
339
}
340
}
Lila
Commentator
Generated by
1.9.8