Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Static_Event_Table< Signature > Member List

This is the complete list of members for Static_Event_Table< Signature >, including all inherited members.

append_event_to_table(Event_Handler &&fct)Event_Table< Signature >inlineprivate
check(const size_t, F) constEvent_Table< Signature >inline
clear_slot(size_t i) overrideStatic_Event_Table< Signature >inlineprivatevirtual
Event_Handler typedefStatic_Event_Table< Signature >
execute_event(const size_t index, Args &&... args) constEvent_Table< Signature >inline
is_registered(const size_t index) constEvent_Table< Signature >inline
operator=(const Static_Event_Table &)=deleteStatic_Event_Table< Signature >
operator=(Static_Event_Table &&other) noexceptStatic_Event_Table< Signature >inline
read_table(const size_t i) const overrideStatic_Event_Table< Signature >inlineprivatevirtual
register_event(const size_t index, Callable &&fct)Event_Table< Signature >inline
register_event(Callable &&fct)Event_Table< Signature >inline
size() const overrideStatic_Event_Table< Signature >inlinevirtual
size_tableStatic_Event_Table< Signature >private
Static_Event_Table(const size_t num_events=0)Static_Event_Table< Signature >inlineexplicit
Static_Event_Table(const Static_Event_Table &)=deleteStatic_Event_Table< Signature >
Static_Event_Table(Static_Event_Table &&other) noexceptStatic_Event_Table< Signature >inline
tableStatic_Event_Table< Signature >private
unregister_event(const size_t index)Event_Table< Signature >inline
verify_index(const size_t i) constStatic_Event_Table< Signature >inlineprivate
write_table(const size_t i, Event_Handler &&event_fct) overrideStatic_Event_Table< Signature >inlineprivatevirtual
~Event_Table()=defaultEvent_Table< Signature >virtual
~Static_Event_Table() override=defaultStatic_Event_Table< Signature >