Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::TExecutorCRTP< SubC > Member List

This is the complete list of members for ROOT::TExecutorCRTP< SubC >, including all inherited members.

Derived()ROOT::TExecutorCRTP< SubC >inlineprivate
Map(F func, unsigned nTimes) -> std::vector< typename std::result_of< F()>::type >ROOT::TExecutorCRTP< SubC >
Map(F func, ROOT::TSeq< INTEGER > args) -> std::vector< typename std::result_of< F(INTEGER)>::type >ROOT::TExecutorCRTP< SubC >
Map(F func, std::initializer_list< T > args) -> std::vector< typename std::result_of< F(T)>::type >ROOT::TExecutorCRTP< SubC >
Map(F func, std::vector< T > &args) -> std::vector< typename std::result_of< F(T)>::type >ROOT::TExecutorCRTP< SubC >
Map(F func, const std::vector< T > &args) -> std::vector< typename std::result_of< F(T)>::type >ROOT::TExecutorCRTP< SubC >
MapImpl(F func, unsigned nTimes) -> std::vector< typename std::result_of< F()>::type >=deleteROOT::TExecutorCRTP< SubC >private
MapImpl(F func, ROOT::TSeq< INTEGER > args) -> std::vector< typename std::result_of< F(INTEGER)>::type >=deleteROOT::TExecutorCRTP< SubC >private
MapImpl(F func, std::vector< T > &args) -> std::vector< typename std::result_of< F(T)>::type >=deleteROOT::TExecutorCRTP< SubC >private
MapImpl(F func, const std::vector< T > &args) -> std::vector< typename std::result_of< F(T)>::type >=deleteROOT::TExecutorCRTP< SubC >private
MapReduce(F func, unsigned nTimes, R redfunc) -> typename std::result_of< F()>::typeROOT::TExecutorCRTP< SubC >
MapReduce(F func, ROOT::TSeq< INTEGER > args, R redfunc) -> typename std::result_of< F(INTEGER)>::typeROOT::TExecutorCRTP< SubC >
MapReduce(F func, std::initializer_list< T > args, R redfunc) -> typename std::result_of< F(T)>::typeROOT::TExecutorCRTP< SubC >
MapReduce(F func, const std::vector< T > &args, R redfunc) -> typename std::result_of< F(T)>::typeROOT::TExecutorCRTP< SubC >
MapReduce(F func, std::vector< T > &args, R redfunc) -> typename std::result_of< F(T)>::typeROOT::TExecutorCRTP< SubC >
MapReduce(F func, std::vector< T * > &args)ROOT::TExecutorCRTP< SubC >
MapReduce(F func, const std::vector< T * > &args)ROOT::TExecutorCRTP< SubC >
noReferenceCond typedefROOT::TExecutorCRTP< SubC >
operator=(const TExecutorCRTP &)=deleteROOT::TExecutorCRTP< SubC >
Reduce(const std::vector< T * > &mergeObjs)ROOT::TExecutorCRTP< SubC >
Reduce(const std::vector< T > &objs, R redfunc) -> decltype(redfunc(objs))ROOT::TExecutorCRTP< SubC >
TExecutorCRTP()=defaultROOT::TExecutorCRTP< SubC >
TExecutorCRTP(const TExecutorCRTP &)=deleteROOT::TExecutorCRTP< SubC >