Logo ROOT   6.10/09
Reference Guide
ROOT::TThreadExecutor Member List

This is the complete list of members for ROOT::TThreadExecutor, including all inherited members.

Foreach(F func, unsigned nTimes)ROOT::TThreadExecutor
Foreach(F func, ROOT::TSeq< INTEGER > args)ROOT::TThreadExecutor
Foreach(F func, std::vector< T > &args)ROOT::TThreadExecutor
fSchedROOT::TThreadExecutorprivate
Map(F func, unsigned nTimes) -> std::vector< typename std::result_of< F()>::type >ROOT::TThreadExecutor
Map(F func, ROOT::TSeq< INTEGER > args) -> std::vector< typename std::result_of< F(INTEGER)>::type >ROOT::TThreadExecutor
Map(F func, std::vector< T > &args) -> std::vector< typename std::result_of< F(T)>::type >ROOT::TThreadExecutor
Map(F func, unsigned nTimes, R redfunc, unsigned nChunks) -> std::vector< typename std::result_of< F()>::type >ROOT::TThreadExecutorprotected
Map(F func, ROOT::TSeq< INTEGER > args, R redfunc, unsigned nChunks) -> std::vector< typename std::result_of< F(INTEGER)>::type >ROOT::TThreadExecutorprotected
Map(F func, std::vector< T > &args, R redfunc, unsigned nChunks) -> std::vector< typename std::result_of< F(T)>::type >ROOT::TThreadExecutorprotected
Map(F func, std::initializer_list< T > args, R redfunc, unsigned nChunks) -> std::vector< typename std::result_of< F(T)>::type >ROOT::TThreadExecutorprotected
TExecutor< TThreadExecutor >::Map(F func, std::initializer_list< T > args) -> std::vector< typename std::result_of< F(T)>::type >ROOT::TExecutor< TThreadExecutor >
MapReduce(F func, unsigned nTimes, R redfunc, unsigned nChunks) -> typename std::result_of< F()>::typeROOT::TThreadExecutor
MapReduce(F func, ROOT::TSeq< INTEGER > args, R redfunc, unsigned nChunks) -> typename std::result_of< F(INTEGER)>::typeROOT::TThreadExecutor
MapReduce(F func, std::vector< T > &args, R redfunc, unsigned nChunks) -> typename std::result_of< F(T)>::typeROOT::TThreadExecutor
TExecutor< TThreadExecutor >::MapReduce(F func, unsigned nTimes, R redfunc) -> typename std::result_of< F()>::typeROOT::TExecutor< TThreadExecutor >
TExecutor< TThreadExecutor >::MapReduce(F func, ROOT::TSeq< INTEGER > args, R redfunc) -> typename std::result_of< F(INTEGER)>::typeROOT::TExecutor< TThreadExecutor >
TExecutor< TThreadExecutor >::MapReduce(F func, std::vector< T > &args, R redfunc) -> typename std::result_of< F(T)>::typeROOT::TExecutor< TThreadExecutor >
TExecutor< TThreadExecutor >::MapReduce(F func, std::vector< T * > &args)ROOT::TExecutor< TThreadExecutor >
TExecutor< TThreadExecutor >::MapReduce(F func, std::initializer_list< T > args, R redfunc) -> typename std::result_of< F(T)>::typeROOT::TExecutor< TThreadExecutor >
noReferenceCond typedefROOT::TExecutor< TThreadExecutor >
operator=(TThreadExecutor &)=deleteROOT::TThreadExecutor
ParallelFor(unsigned start, unsigned end, unsigned step, const std::function< void(unsigned int i)> &f)ROOT::TThreadExecutorprivate
ParallelReduce(const std::vector< double > &objs, const std::function< double(double a, double b)> &redfunc)ROOT::TThreadExecutorprivate
ParallelReduce(const std::vector< float > &objs, const std::function< float(float a, float b)> &redfunc)ROOT::TThreadExecutorprivate
Reduce(const std::vector< T > &objs, BINARYOP redfunc) -> decltype(redfunc(objs.front(), objs.front()))ROOT::TThreadExecutor
Reduce(const std::vector< T > &objs, R redfunc) -> decltype(redfunc(objs))ROOT::TThreadExecutor
TExecutor< TThreadExecutor >::Reduce(const std::vector< T * > &mergeObjs)ROOT::TExecutor< TThreadExecutor >
SeqReduce(const std::vector< T > &objs, R redfunc) -> decltype(redfunc(objs))ROOT::TThreadExecutorprivate
TExecutor()=defaultROOT::TExecutor< TThreadExecutor >explicit
TExecutor(size_t)ROOT::TExecutor< TThreadExecutor >inlineexplicit
TThreadExecutor()ROOT::TThreadExecutorexplicit
TThreadExecutor(UInt_t nThreads)ROOT::TThreadExecutorexplicit
TThreadExecutor(TThreadExecutor &)=deleteROOT::TThreadExecutor