ATLAS Offline Software
Namespaces | Typedefs
sgkey_utilities.h File Reference

Additional utilities and types related to sgkey_t. More...

#include "CxxUtils/sgkey_t.h"
#include "CxxUtils/ConcurrentMap.h"
#include "CxxUtils/SimpleUpdater.h"
Include dependency graph for sgkey_utilities.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 SG
 Forward declaration.
 

Typedefs

template<class T >
using SG::ConcurrentSGKeyMap = CxxUtils::ConcurrentMap< sgkey_t, T, CxxUtils::SimpleUpdater, SGKeyHash, SGKeyEqual, 0, s_sgkey_nullval >
 A concurrent map using sgkey_t as key. More...
 

Detailed Description

Additional utilities and types related to sgkey_t.

Author
Frank Winklmeier
Date
Sep, 2025 To avoid dependency bloat of sgkey_t.h.

Definition in file sgkey_utilities.h.