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

Hash map from strings 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 <type_traits>
#include <stdexcept>
#include "CxxUtils/ConcurrentStrMap.icc"
Include dependency graph for ConcurrentStrMap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CxxUtils::ConcurrentStrMap< VALUE, UPDATER >
 Hash map from strings allowing concurrent, lockless reads. More...
class  CxxUtils::ConcurrentStrMap< VALUE, UPDATER >::const_iterator
 Iterator class. More...
struct  CxxUtils::ConcurrentStrMap< VALUE, UPDATER >::Hasher
 Hash functional for keys. More...
struct  CxxUtils::ConcurrentStrMap< VALUE, UPDATER >::Matcher
 Matching functional for keys. More...

Namespaces

namespace  CxxUtils

Detailed Description

Hash map from strings allowing concurrent, lockless reads.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Dec, 2020

Definition in file ConcurrentStrMap.h.