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() const | ROOT::TSequentialExecutor | inline |
InvokeResult_t typedef | ROOT::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::TSequentialExecutor | private |
MapImpl(F func, ROOT::TSeq< INTEGER > args) -> std::vector< InvokeResult_t< F, INTEGER > > | ROOT::TSequentialExecutor | private |
MapImpl(F func, std::vector< T > &args) -> std::vector< InvokeResult_t< F, T > > | ROOT::TSequentialExecutor | private |
MapImpl(F func, const std::vector< T > &args) -> std::vector< InvokeResult_t< F, T > > | ROOT::TSequentialExecutor | private |
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 &)=delete | ROOT::TSequentialExecutor | |
TExecutorCRTP< TSequentialExecutor >::operator=(const TExecutorCRTP &)=delete | ROOT::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 > | |
TExecutorCRTP | ROOT::TSequentialExecutor | private |
TExecutorCRTP< TSequentialExecutor >::TExecutorCRTP(const TExecutorCRTP &)=delete | ROOT::TExecutorCRTP< TSequentialExecutor > | |
TSequentialExecutor()=default | ROOT::TSequentialExecutor | |
TSequentialExecutor(const TSequentialExecutor &)=delete | ROOT::TSequentialExecutor | |
validMapReturnCond typedef | ROOT::TExecutorCRTP< TSequentialExecutor > | protected |