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()>::type | ROOT::TSequentialExecutor | |
MapReduce(F func, std::vector< T > &args, R redfunc) -> typename std::result_of< F(T)>::type | ROOT::TSequentialExecutor | |
TExecutor< TSequentialExecutor >::MapReduce(F func, ROOT::TSeq< INTEGER > args, R redfunc) -> typename std::result_of< F(INTEGER)>::type | ROOT::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)>::type | ROOT::TExecutor< TSequentialExecutor > | |
noReferenceCond typedef | ROOT::TExecutor< TSequentialExecutor > | |
operator=(TSequentialExecutor &)=delete | ROOT::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()=default | ROOT::TExecutor< TSequentialExecutor > | explicit |
TExecutor(size_t) | ROOT::TExecutor< TSequentialExecutor > | inlineexplicit |
TSequentialExecutor() | ROOT::TSequentialExecutor | inlineexplicit |
TSequentialExecutor(TSequentialExecutor &)=delete | ROOT::TSequentialExecutor |