|
ROOT 6.07/09 Reference Guide |
This is the complete list of members for ROOT::TExecutor< subc >, including all inherited members.
| Derived() | ROOT::TExecutor< subc > | inlineprivate |
| Map(F func, unsigned nTimes) -> std::vector< typename std::result_of< F()>::type > | ROOT::TExecutor< subc > | |
| Map(F func, T &args) -> std::vector< decltype(++(args.begin()), args.end(), func(args.front()))> | ROOT::TExecutor< subc > | |
| MapReduce(F func, unsigned nTimes, R redfunc) -> typename std::result_of< F()>::type | ROOT::TExecutor< subc > | |
| MapReduce(F func, ROOT::TSeq< INTEGER > args, R redfunc) -> typename std::result_of< F(INTEGER)>::type | ROOT::TExecutor< subc > | |
| noReferenceCond typedef | ROOT::TExecutor< subc > | |
| Reduce(const std::vector< T > &objs, R redfunc) -> decltype(redfunc(objs)) | ROOT::TExecutor< subc > | protected |
| Reduce(const std::vector< T > &objs, BINARYOP redfunc) -> decltype(redfunc(objs.front(), objs.front())) | ROOT::TExecutor< subc > | protected |
| TExecutor()=default | ROOT::TExecutor< subc > | explicit |
| TExecutor(size_t) | ROOT::TExecutor< subc > | inlineexplicit |