ATLAS Offline Software
Loading...
Searching...
No Matches
ConcurrentMap.h File Reference

Hash map from integers/pointers allowing concurrent, lockless reads. More...

#include "CxxUtils/ConcurrentHashmapImpl.h"
#include "CxxUtils/UIntConv.h"
#include "CxxUtils/concepts.h"
#include "CxxUtils/IsUpdater.h"
#include "CxxUtils/iterator_range.h"
#include "boost/iterator/iterator_facade.hpp"
#include <type_traits>
#include <stdexcept>
#include "CxxUtils/ConcurrentMap.icc"
Include dependency graph for ConcurrentMap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CxxUtils::ConcurrentMap< KEY, VALUE, UPDATER, HASHER, MATCHER, NULLVAL, TOMBSTONE >
 Hash map from integers/pointers allowing concurrent, lockless reads. More...
struct  CxxUtils::ConcurrentMap< KEY, VALUE, UPDATER, HASHER, MATCHER, NULLVAL, TOMBSTONE >::Hasher
struct  CxxUtils::ConcurrentMap< KEY, VALUE, UPDATER, HASHER, MATCHER, NULLVAL, TOMBSTONE >::Matcher
class  CxxUtils::ConcurrentMap< KEY, VALUE, UPDATER, HASHER, MATCHER, NULLVAL, TOMBSTONE >::const_iterator
 Iterator class. More...

Namespaces

namespace  CxxUtils

Detailed Description

Hash map from integers/pointers allowing concurrent, lockless reads.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Jan, 2023

Definition in file ConcurrentMap.h.