ATLAS Offline Software
|
#include <string>
#include "AthenaKernel/IProxyDict.h"
#include "AthenaKernel/IResetable.h"
#include "SGTools/DataProxy.h"
#include "SGTools/ProxyMap.h"
#include "CxxUtils/checker_macros.h"
Go to the source code of this file.
Classes | |
class | DataHandleBase |
an iterator over instances of a given type in an IProxyDict (such as StoreGateSvc). It d-casts and caches locally the pointed-at object, to speed-up subsequent accesses. It can be reset by the store for asynchronous updates (IOVSvc) More... | |