![]() |
ATLAS Offline Software
|
Hash map from strings to arbitrary objects allowing concurrent, lockless reads. More...
#include "CxxUtils/ConcurrentHashmapImpl.h"#include "CxxUtils/UIntConv.h"#include "CxxUtils/IsUpdater.h"#include "CxxUtils/iterator_range.h"#include "boost/iterator/iterator_facade.hpp"#include <memory>#include <type_traits>#include <stdexcept>#include "CxxUtils/ConcurrentStrToValMap.icc"Go to the source code of this file.
Namespaces | |
| CxxUtils | |
Functions | |
| template<class VALUE , template< class > class UPDATER> | |
| CxxUtils::requires (detail::IsUpdater< UPDATER >) class ConcurrentPtrSet | |
| A set of pointers, allowing concurrent, lockless queries. More... | |
Hash map from strings to arbitrary objects allowing concurrent, lockless reads.
Definition in file ConcurrentStrToValMap.h.
1.8.18