Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::TSequentialExecutor Member List

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

Derived()ROOT::TExecutorCRTP< TSequentialExecutor >inlineprivate
Foreach(F func, unsigned nTimes)ROOT::TSequentialExecutor
Foreach(F func, ROOT::TSeq< INTEGER > args)ROOT::TSequentialExecutor
Foreach(F func, std::initializer_list< T > args)ROOT::TSequentialExecutor
Foreach(F func, std::vector< T > &args)ROOT::TSequentialExecutor
Foreach(F func, const std::vector< T > &args)ROOT::TSequentialExecutor
GetPoolSize() constROOT::TSequentialExecutorinline
InvokeResult_t typedefROOT::TExecutorCRTP< TSequentialExecutor >protected
Map(F func, unsigned nTimes) -> std::vector< InvokeResult_t< F > >ROOT::TExecutorCRTP< TSequentialExecutor >
Map(F func, ROOT::TSeq< INTEGER > args) -> std::vector< InvokeResult_t< F, INTEGER > >ROOT::TExecutorCRTP< TSequentialExecutor >
Map(F func, std::initializer_list< T > args) -> std::vector< InvokeResult_t< F, T > >ROOT::TExecutorCRTP< TSequentialExecutor >
Map(F func, std::vector< T > &args) -> std::vector< InvokeResult_t< F, T > >ROOT::TExecutorCRTP< TSequentialExecutor >
Map(F func, const std::vector< T > &args) -> std::vector< InvokeResult_t< F, T > >ROOT::TExecutorCRTP< TSequentialExecutor >
MapImpl(F func, unsigned nTimes) -> std::vector< InvokeResult_t< F > >ROOT::TSequentialExecutorprivate
MapImpl(F func, ROOT::TSeq< INTEGER > args) -> std::vector< InvokeResult_t< F, INTEGER > >ROOT::TSequentialExecutorprivate
MapImpl(F func, std::vector< T > &args) -> std::vector< InvokeResult_t< F, T > >ROOT::TSequentialExecutorprivate
MapImpl(F func, const std::vector< T > &args) -> std::vector< InvokeResult_t< F, T > >ROOT::TSequentialExecutorprivate
MapReduce(F func, unsigned nTimes, R redfunc) -> InvokeResult_t< F >ROOT::TExecutorCRTP< TSequentialExecutor >
MapReduce(F func, ROOT::TSeq< INTEGER > args, R redfunc) -> InvokeResult_t< F, INTEGER >ROOT::TExecutorCRTP< TSequentialExecutor >
MapReduce(F func, std::initializer_list< T > args, R redfunc) -> InvokeResult_t< F, T >ROOT::TExecutorCRTP< TSequentialExecutor >
MapReduce(F func, const std::vector< T > &args, R redfunc) -> InvokeResult_t< F, T >ROOT::TExecutorCRTP< TSequentialExecutor >
MapReduce(F func, std::vector< T > &args, R redfunc) -> InvokeResult_t< F, T >ROOT::TExecutorCRTP< TSequentialExecutor >
MapReduce(F func, std::vector< T * > &args)ROOT::TExecutorCRTP< TSequentialExecutor >
MapReduce(F func, const std::vector< T * > &args)ROOT::TExecutorCRTP< TSequentialExecutor >
operator=(const TSequentialExecutor &)=deleteROOT::TSequentialExecutor
TExecutorCRTP< TSequentialExecutor >::operator=(const TExecutorCRTP &)=deleteROOT::TExecutorCRTP< TSequentialExecutor >
Reduce(const std::vector< T * > &mergeObjs)ROOT::TExecutorCRTP< TSequentialExecutor >
Reduce(const std::vector< T > &objs, R redfunc) -> decltype(redfunc(objs))ROOT::TExecutorCRTP< TSequentialExecutor >
TExecutorCRTPROOT::TSequentialExecutorprivate
TExecutorCRTP< TSequentialExecutor >::TExecutorCRTP(const TExecutorCRTP &)=deleteROOT::TExecutorCRTP< TSequentialExecutor >
TSequentialExecutor()=defaultROOT::TSequentialExecutor
TSequentialExecutor(const TSequentialExecutor &)=deleteROOT::TSequentialExecutor
validMapReturnCond typedefROOT::TExecutorCRTP< TSequentialExecutor >protected