This is the complete list of members for ROOT::Internal::TExecutor, including all inherited members.
Derived() | ROOT::TExecutorCRTP< TExecutor > | inlineprivate |
fExecPolicy | ROOT::Internal::TExecutor | private |
fProcessExecutor | ROOT::Internal::TExecutor | private |
fSequentialExecutor | ROOT::Internal::TExecutor | private |
fThreadExecutor | ROOT::Internal::TExecutor | private |
GetPoolSize() const | ROOT::Internal::TExecutor | inline |
InvokeResult_t typedef | ROOT::TExecutorCRTP< TExecutor > | protected |
Map(F func, unsigned nTimes) -> std::vector< InvokeResult_t< F > > | ROOT::TExecutorCRTP< TExecutor > | |
Map(F func, ROOT::TSeq< INTEGER > args) -> std::vector< InvokeResult_t< F, INTEGER > > | ROOT::TExecutorCRTP< TExecutor > | |
Map(F func, std::initializer_list< T > args) -> std::vector< InvokeResult_t< F, T > > | ROOT::TExecutorCRTP< TExecutor > | |
Map(F func, std::vector< T > &args) -> std::vector< InvokeResult_t< F, T > > | ROOT::TExecutorCRTP< TExecutor > | |
Map(F func, const std::vector< T > &args) -> std::vector< InvokeResult_t< F, T > > | ROOT::TExecutorCRTP< TExecutor > | |
MapImpl(F func, unsigned nTimes) -> std::vector< InvokeResult_t< F > > | ROOT::Internal::TExecutor | private |
MapImpl(F func, ROOT::TSeq< INTEGER > args) -> std::vector< InvokeResult_t< F, INTEGER > > | ROOT::Internal::TExecutor | private |
MapImpl(F func, std::vector< T > &args) -> std::vector< InvokeResult_t< F, T > > | ROOT::Internal::TExecutor | private |
MapImpl(F func, const std::vector< T > &args) -> std::vector< InvokeResult_t< F, T > > | ROOT::Internal::TExecutor | private |
MapReduce(F func, unsigned nTimes, R redfunc, unsigned nChunks) -> InvokeResult_t< F > | ROOT::Internal::TExecutor | |
MapReduce(F func, ROOT::TSeq< INTEGER > args, R redfunc, unsigned nChunks) -> InvokeResult_t< F, INTEGER > | ROOT::Internal::TExecutor | |
MapReduce(F func, std::initializer_list< T > args, R redfunc, unsigned nChunks) -> InvokeResult_t< F, T > | ROOT::Internal::TExecutor | |
MapReduce(F func, std::vector< T > &args, R redfunc, unsigned nChunks) -> InvokeResult_t< F, T > | ROOT::Internal::TExecutor | |
MapReduce(F func, const std::vector< T > &args, R redfunc, unsigned nChunks) -> InvokeResult_t< F, T > | ROOT::Internal::TExecutor | |
TExecutorCRTP< TExecutor >::MapReduce(F func, unsigned nTimes, R redfunc) -> InvokeResult_t< F > | ROOT::TExecutorCRTP< TExecutor > | |
TExecutorCRTP< TExecutor >::MapReduce(F func, ROOT::TSeq< INTEGER > args, R redfunc) -> InvokeResult_t< F, INTEGER > | ROOT::TExecutorCRTP< TExecutor > | |
TExecutorCRTP< TExecutor >::MapReduce(F func, std::initializer_list< T > args, R redfunc) -> InvokeResult_t< F, T > | ROOT::TExecutorCRTP< TExecutor > | |
TExecutorCRTP< TExecutor >::MapReduce(F func, const std::vector< T > &args, R redfunc) -> InvokeResult_t< F, T > | ROOT::TExecutorCRTP< TExecutor > | |
TExecutorCRTP< TExecutor >::MapReduce(F func, std::vector< T > &args, R redfunc) -> InvokeResult_t< F, T > | ROOT::TExecutorCRTP< TExecutor > | |
TExecutorCRTP< TExecutor >::MapReduce(F func, std::vector< T * > &args) | ROOT::TExecutorCRTP< TExecutor > | |
TExecutorCRTP< TExecutor >::MapReduce(F func, const std::vector< T * > &args) | ROOT::TExecutorCRTP< TExecutor > | |
operator=(const TExecutor &)=delete | ROOT::Internal::TExecutor | |
TExecutorCRTP< TExecutor >::operator=(const TExecutorCRTP &)=delete | ROOT::TExecutorCRTP< TExecutor > | |
Policy() const | ROOT::Internal::TExecutor | inline |
Reduce(const std::vector< T * > &mergeObjs) | ROOT::TExecutorCRTP< TExecutor > | |
Reduce(const std::vector< T > &objs, R redfunc) -> decltype(redfunc(objs)) | ROOT::TExecutorCRTP< TExecutor > | |
ResolveExecutorAndMap(F func, T &&args) -> std::vector< typename MapRetType< F, typename std::decay< T >::type >::type > | ROOT::Internal::TExecutor | inlineprivate |
TExecutor(unsigned nWorkers=0) | ROOT::Internal::TExecutor | inlineexplicit |
TExecutor(ROOT::EExecutionPolicy execPolicy, unsigned nWorkers=0) | ROOT::Internal::TExecutor | explicit |
TExecutor(const TExecutor &)=delete | ROOT::Internal::TExecutor | |
TExecutorCRTP | ROOT::Internal::TExecutor | private |
TExecutorCRTP< TExecutor >::TExecutorCRTP(const TExecutorCRTP &)=delete | ROOT::TExecutorCRTP< TExecutor > | |
Unused_t typedef | ROOT::Internal::TExecutor | private |
validMapReturnCond typedef | ROOT::TExecutorCRTP< TExecutor > | protected |