|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
This is the complete list of members for Event_Table< void *(void *)>, including all inherited members.
| append_event_to_table(Event_Handler &&fct) | Event_Table< void *(void *)> | inlineprivate |
| check(const size_t index, void *(*fct)(void *)) const | Event_Table< void *(void *)> | inline |
| clear_slot(size_t i)=0 | Event_Table< void *(void *)> | protectedpure virtual |
| Event_Handler typedef | Event_Table< void *(void *)> | |
| execute_event(const size_t index, void *input=nullptr) const | Event_Table< void *(void *)> | inline |
| is_registered(const size_t index) const | Event_Table< void *(void *)> | inline |
| read_table(size_t i) const =0 | Event_Table< void *(void *)> | protectedpure virtual |
| register_event(const size_t index, Callable &&fct) | Event_Table< void *(void *)> | inline |
| register_event(Callable &&fct) | Event_Table< void *(void *)> | inline |
| size() const =0 | Event_Table< void *(void *)> | pure virtual |
| unregister_event(const size_t index) | Event_Table< void *(void *)> | inline |
| write_table(size_t i, Event_Handler &&event_fct)=0 | Event_Table< void *(void *)> | protectedpure virtual |
| ~Event_Table()=default | Event_Table< void *(void *)> | virtual |