14#include "arcane/utils/ArcanePrecomp.h"
16#include "arcane/utils/Deleter.h"
18#include "arcane/core/ObserverPool.h"
Utility class for destroying objects allocated by new.
void detachAll()
Detaches all observers (also detaches them in the process).
~ObserverPool()
Frees resources.
List< IObserver * > m_observers
List of observers.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --