|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
Data for symbol definition events. More...
#include <EventBus.hpp>
Collaboration diagram for Lila::SymbolEvent:Public Attributes | |
| std::string | name |
| Symbol name. | |
| std::optional< std::string > | type |
| Optional symbol type. | |
| std::optional< uintptr_t > | address |
| Optional symbol address. | |
Data for symbol definition events.
Used for SymbolDefined events.
Definition at line 96 of file EventBus.hpp.