Classes | |
| class | CscCoreEvent |
| class | CscCoreEvents |
| class | HandlerFunctionBase |
| class | LambdaHandlerWrapper |
| class | MemberFunctionHandler |
| struct | TypeInfoMapEqualTo |
| struct | TypeInfoMapHasher |
Typedefs | |
| using | TypeInfoRef = reference_wrapper< const type_info > |
| template<class TEvent > | |
| using | HandleEventFunction = function< void(const TEvent *event, bool &unregisterAfter)> |
| using conscience_core::core_objects::events::HandleEventFunction = typedef function<void(const TEvent *event, bool &unregisterAfter)> |
| unregisterAfter | change to true if you want this handler to be unregistered after this execution |
| using conscience_core::core_objects::events::TypeInfoRef = typedef reference_wrapper<const type_info> |