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 |
| Map(F func, unsigned nTimes) -> std::vector< typename std::result_of< F()>::type > | ROOT::TExecutorCRTP< TSequentialExecutor > | |
| Map(F func, ROOT::TSeq< INTEGER > args) -> std::vector< typename std::result_of< F(INTEGER)>::type > | ROOT::TExecutorCRTP< TSequentialExecutor > | |
| Map(F func, std::initializer_list< T > args) -> std::vector< typename std::result_of< F(T)>::type > | ROOT::TExecutorCRTP< TSequentialExecutor > | |
| Map(F func, std::vector< T > &args) -> std::vector< typename std::result_of< F(T)>::type > | ROOT::TExecutorCRTP< TSequentialExecutor > | |
| Map(F func, const std::vector< T > &args) -> std::vector< typename std::result_of< F(T)>::type > | ROOT::TExecutorCRTP< TSequentialExecutor > | |
| MapImpl(F func, unsigned nTimes) -> std::vector< typename std::result_of< F()>::type > | ROOT::TSequentialExecutor | private |
| MapImpl(F func, ROOT::TSeq< INTEGER > args) -> std::vector< typename std::result_of< F(INTEGER)>::type > | ROOT::TSequentialExecutor | private |
| MapImpl(F func, std::vector< T > &args) -> std::vector< typename std::result_of< F(T)>::type > | ROOT::TSequentialExecutor | private |
| MapImpl(F func, const std::vector< T > &args) -> std::vector< typename std::result_of< F(T)>::type > | ROOT::TSequentialExecutor | private |
| MapReduce(F func, unsigned nTimes, R redfunc) -> typename std::result_of< F()>::type | ROOT::TExecutorCRTP< TSequentialExecutor > | |
| MapReduce(F func, ROOT::TSeq< INTEGER > args, R redfunc) -> typename std::result_of< F(INTEGER)>::type | ROOT::TExecutorCRTP< TSequentialExecutor > | |
| MapReduce(F func, std::initializer_list< T > args, R redfunc) -> typename std::result_of< F(T)>::type | ROOT::TExecutorCRTP< TSequentialExecutor > | |
| MapReduce(F func, const std::vector< T > &args, R redfunc) -> typename std::result_of< F(T)>::type | ROOT::TExecutorCRTP< TSequentialExecutor > | |
| MapReduce(F func, std::vector< T > &args, R redfunc) -> typename std::result_of< F(T)>::type | ROOT::TExecutorCRTP< TSequentialExecutor > | |
| MapReduce(F func, std::vector< T * > &args) | ROOT::TExecutorCRTP< TSequentialExecutor > | |
| MapReduce(F func, const std::vector< T * > &args) | ROOT::TExecutorCRTP< TSequentialExecutor > | |
| noReferenceCond typedef | 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 |