The Gaudi Framework  master (b9786168)
Loading...
Searching...
No Matches
SynchronizedValue.h File Reference
#include <algorithm>
#include <functional>
#include <mutex>
#include <shared_mutex>
#include <tuple>
#include <type_traits>
#include <utility>
Include dependency graph for SynchronizedValue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Gaudi::cxx::SynchronizedValue< Value, Mutex, ReadLock, WriteLock >
 

Namespaces

namespace  Gaudi
 This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited.
 
namespace  Gaudi::cxx
 

Functions

template<typename Fun>
auto Gaudi::cxx::with_lock (Fun &&f)
 
template<typename ContainerOfSynced, typename Fun>
void Gaudi::cxx::for_each (ContainerOfSynced &c, Fun &&f)