ATLAS Offline Software
|
Hash map from strings allowing concurrent, lockless reads. More...
#include "CxxUtils/ConcurrentHashmapImpl.h"
#include "CxxUtils/UIntConv.h"
#include "CxxUtils/concepts.h"
#include "CxxUtils/IsUpdater.h"
#include "boost/iterator/iterator_facade.hpp"
#include "boost/range/iterator_range.hpp"
#include <type_traits>
#include <stdexcept>
#include "CxxUtils/ConcurrentStrMap.icc"
Go to the source code of this file.
Namespaces | |
CxxUtils | |
Functions | |
template<class VALUE , template< class > class UPDATER> | |
CxxUtils::ATH_REQUIRES (detail::IsConcurrentHashmapPayload< VALUE > &&detail::IsUpdater< UPDATER >) class ConcurrentStrMap | |
Hash map from strings allowing concurrent, lockless reads. More... | |
Hash map from strings allowing concurrent, lockless reads.
Definition in file ConcurrentStrMap.h.