ATLAS Offline Software
Loading...
Searching...
No Matches
DataStore.cxx File Reference
#include "SGTools/DataStore.h"
#include "SGTools/DataProxy.h"
#include "SGTools/exceptions.h"
#include "AthenaKernel/IStringPool.h"
#include "AthenaKernel/ISGAudSvc.h"
#include "GaudiKernel/ClassID.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/Bootstrap.h"
#include "GaudiKernel/ISvcLocator.h"
#include "CxxUtils/ConcurrentPtrSet.h"
#include "CxxUtils/checker_macros.h"
#include "CxxUtils/AthUnlikelyMacros.h"

Go to the source code of this file.

Classes

class  DataStore
 Hold DataProxy instances associated with a store. More...

Typedefs

typedef std::map< std::string, DataProxy * > ProxyMap
typedef ProxyMap::iterator ProxyIterator
typedef ProxyMap::const_iterator ConstProxyIterator

Typedef Documentation

◆ ConstProxyIterator

typedef ProxyMap::const_iterator SG::ConstProxyIterator

Definition at line 24 of file ProxyMap.h.

◆ ProxyIterator

typedef ProxyMap::iterator SG::ProxyIterator

Definition at line 23 of file ProxyMap.h.

◆ ProxyMap

typedef std::map<std::string, DataProxy*> SG::ProxyMap

Definition at line 22 of file ProxyMap.h.