Logo ROOT  
Reference Guide
ROOT::TSequentialExecutor Member List

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

Derived()ROOT::TExecutor< TSequentialExecutor >inlineprivate
Foreach(F func, unsigned nTimes)ROOT::TSequentialExecutor
Foreach(F func, ROOT::TSeq< INTEGER > args)ROOT::TSequentialExecutor
Foreach(F func, std::vector< T > &args)ROOT::TSequentialExecutor
Map(F func, unsigned nTimes) -> std::vector< typename std::result_of< F()>::type >ROOT::TSequentialExecutor
Map(F func, ROOT::TSeq< INTEGER > args) -> std::vector< typename std::result_of< F(INTEGER)>::type >ROOT::TSequentialExecutor
Map(F func, std::vector< T > &args) -> std::vector< typename std::result_of< F(T)>::type >ROOT::TSequentialExecutor
TExecutor< TSequentialExecutor >::Map(F func, std::initializer_list< T > args) -> std::vector< typename std::result_of< F(T)>::type >ROOT::TExecutor< TSequentialExecutor >
MapReduce(F func, unsigned nTimes, R redfunc) -> typename std::result_of< F()>::typeROOT::TSequentialExecutor
MapReduce(F func, std::vector< T > &args, R redfunc) -> typename std::result_of< F(T)>::typeROOT::TSequentialExecutor
TExecutor< TSequentialExecutor >::MapReduce(F func, ROOT::TSeq< INTEGER > args, R redfunc) -> typename std::result_of< F(INTEGER)>::typeROOT::TExecutor< TSequentialExecutor >
TExecutor< TSequentialExecutor >::MapReduce(F func, std::vector< T * > &args)ROOT::TExecutor< TSequentialExecutor >
TExecutor< TSequentialExecutor >::MapReduce(F func, std::initializer_list< T > args, R redfunc) -> typename std::result_of< F(T)>::typeROOT::TExecutor< TSequentialExecutor >
noReferenceCond typedefROOT::TExecutor< TSequentialExecutor >
operator=(TSequentialExecutor &)=deleteROOT::TSequentialExecutor
Reduce(const std::vector< T > &objs, R redfunc) -> decltype(redfunc(objs))ROOT::TSequentialExecutor
TExecutor< TSequentialExecutor >::Reduce(const std::vector< T * > &mergeObjs)ROOT::TExecutor< TSequentialExecutor >
TExecutor()=defaultROOT::TExecutor< TSequentialExecutor >explicit
TExecutor(size_t)ROOT::TExecutor< TSequentialExecutor >inlineexplicit
TSequentialExecutor()ROOT::TSequentialExecutorinlineexplicit
TSequentialExecutor(TSequentialExecutor &)=deleteROOT::TSequentialExecutor