Logo ROOT  
Reference Guide
ROOT::TExecutor< subc > Member List

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, ROOT::TSeq< INTEGER > args) -> std::vector< typename std::result_of< F(INTEGER)>::type >ROOT::TExecutor< subc >
Map(F func, std::vector< T > &args) -> std::vector< typename std::result_of< F(T)>::type >ROOT::TExecutor< subc >
Map(F func, std::initializer_list< T > args) -> std::vector< typename std::result_of< F(T)>::type >ROOT::TExecutor< subc >
MapReduce(F func, ROOT::TSeq< INTEGER > args, R redfunc) -> typename std::result_of< F(INTEGER)>::typeROOT::TExecutor< subc >
MapReduce(F func, std::vector< T * > &args)ROOT::TExecutor< subc >
MapReduce(F func, std::initializer_list< T > args, R redfunc) -> typename std::result_of< F(T)>::typeROOT::TExecutor< subc >
noReferenceCond typedefROOT::TExecutor< subc >
Reduce(const std::vector< T * > &mergeObjs)ROOT::TExecutor< subc >
TExecutor()=defaultROOT::TExecutor< subc >explicit
TExecutor(size_t)ROOT::TExecutor< subc >inlineexplicit