![]() |
ATLAS Offline Software
|
#include <T2pMap.h>
Public Types | |
| typedef std::unordered_map< const void *, DataProxy *, ptrhash > | t2p |
Public Member Functions | |
| T2pMap (IPageAccessControlSvc *pac=0) | |
| ~T2pMap () | |
| bool | t2pRegister (const void *const pTrans, DataProxy *const pPers) |
| DataProxy * | locatePersistent (const void *const pTransient) const |
| void | clear () |
| void | t2pRemove (const void *const pTrans) |
| void | setPac (IPageAccessControlSvc *pac) |
| set IPageAccessControlSvc ptr in T2PMap | |
| std::vector< const DataProxy * > | pacReport () const |
| request an access control report, i.e. a list of proxies that have not been accessed since under control; | |
Private Attributes | |
| IPageAccessControlSvc * | m_pac |
| t2p | m_t2p |
| std::mutex | m_mutex |
| typedef std::unordered_map<const void*, DataProxy*, ptrhash> SG::T2pMap::t2p |
|
inline |
|
inline |
request an access control report, i.e. a list of proxies that have not been accessed since under control;
Definition at line 7 of file T2pMap.cxx.
|
inline |
|
private |