#include "CscCommon.h"#include <mutex>#include <typeinfo>#include <unordered_map>#include <functional>#include <condition_variable>Go to the source code of this file.
Namespaces | |
| conscience_core | |
| conscience_core::core_objects | |
| conscience_core::core_objects::events | |
Typedefs | |
| using | conscience_core::core_objects::events::TypeInfoRef = reference_wrapper< const type_info > |
| template<class TEvent > | |
| using | conscience_core::core_objects::events::HandleEventFunction = function< void(const TEvent *event, bool &unregisterAfter)> |