Classes | |
class | EventSingleDelegate< ParameterType > |
Event_pattern that executes a single delegate More... | |
class | EventDelegate< ParameterType > |
Event_pattern that executes delegates More... | |
class | EventMultiDelegate< ParameterType, MaxDelegate > |
Event_pattern that executes multiple delegates More... | |
class | EventMultiDelegateDynamic< ParameterType > |
Event_pattern that executes multiple delegates (AutoSize) More... | |
class | BaseEventMultiDelegate< ParameterType > |
Base event_pattern that executes multiple delegates More... | |
class | EventSingleDelegateVoid |
Event_pattern that executes a single delegate without parameter More... | |
class | EventDelegateVoid |
Event_pattern that executes delegates More... | |
class | EventMultiDelegateVoid< MaxDelegate > |
Event_pattern that executes multiple delegates without parameter More... | |
class | EventMultiDelegateVoidDynamic |
Event_pattern that executes multiple delegates (AutoSize) without parameter More... | |
class | BaseEventMultiDelegateVoid |
Base event_pattern that executes multiple delegates without parameter More... | |