|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Lila::ClientInfo |
| Information about a connected client. More... | |
| struct | Lila::EvalEvent |
| Data for code evaluation events. More... | |
| struct | Lila::ErrorEvent |
| Data for error events. More... | |
| struct | Lila::SymbolEvent |
| Data for symbol definition events. More... | |
| struct | Lila::StreamEvent |
| Represents a published event in the system. More... | |
| class | Lila::Subscription |
| Abstract base class for event subscriptions. More... | |
| class | Lila::EventBus |
| Thread-safe event subscription and publishing system for Lila. More... | |
Namespaces | |
| namespace | Lila |
Concepts | |
| concept | Lila::EventHandler |
| Concept for event handler functions. | |
Functions | |
| constexpr std::string_view | Lila::to_string (EventType type) |
| Converts an EventType to its string representation. | |