1 #ifndef DESTRUCTIONNOTIFICATIONHUB_HPP 2 #define DESTRUCTIONNOTIFICATIONHUB_HPP 6 #include "DestructionObserver.hpp" 11 static bool registerObserver(
DestructionObserver* observer, std::set<const DestructionNotifier*>&& listenedPointers = {});
12 static bool registerObserver(
DestructionObserver* observer, std::set<const DestructionNotifier*>& listenedPointers);
21 static std::map<DestructionObserver*, std::set<const DestructionNotifier*>> observers;
26 #endif // DESTRUCTIONNOTIFICATIONHUB_HPP Definition: DestructionNotifier.hpp:6
Definition: DestructionObserver.hpp:6
Definition: DestructionNotificationHub.hpp:9