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
InvokeResult_t typedefROOT::TExecutorCRTP< SubC >protected
Map(F func, unsigned nTimes) -> std::vector< InvokeResult_t< F > >ROOT::TExecutorCRTP< SubC >
Map(F func, ROOT::TSeq< INTEGER > args) -> std::vector< InvokeResult_t< F, INTEGER > >ROOT::TExecutorCRTP< SubC >
Map(F func, std::initializer_list< T > args) -> std::vector< InvokeResult_t< F, T > >ROOT::TExecutorCRTP< SubC >
Map(F func, std::vector< T > &args) -> std::vector< InvokeResult_t< F, T > >ROOT::TExecutorCRTP< SubC >
Map(F func, const std::vector< T > &args) -> std::vector< InvokeResult_t< F, T > >ROOT::TExecutorCRTP< SubC >
MapImpl(F func, unsigned nTimes) -> std::vector< InvokeResult_t< F > >=deleteROOT::TExecutorCRTP< SubC >private
MapImpl(F func, ROOT::TSeq< INTEGER > args) -> std::vector< InvokeResult_t< F, INTEGER > >=deleteROOT::TExecutorCRTP< SubC >private
MapImpl(F func, std::vector< T > &args) -> std::vector< InvokeResult_t< F, T > >=deleteROOT::TExecutorCRTP< SubC >private
MapImpl(F func, const std::vector< T > &args) -> std::vector< InvokeResult_t< F, T > >=deleteROOT::TExecutorCRTP< SubC >private
MapReduce(F func, unsigned nTimes, R redfunc) -> InvokeResult_t< F >ROOT::TExecutorCRTP< SubC >
MapReduce(F func, ROOT::TSeq< INTEGER > args, R redfunc) -> InvokeResult_t< F, INTEGER >ROOT::TExecutorCRTP< SubC >
MapReduce(F func, std::initializer_list< T > args, R redfunc) -> InvokeResult_t< F, T >ROOT::TExecutorCRTP< SubC >
MapReduce(F func, const std::vector< T > &args, R redfunc) -> InvokeResult_t< F, T >ROOT::TExecutorCRTP< SubC >
MapReduce(F func, std::vector< T > &args, R redfunc) -> InvokeResult_t< F, T >ROOT::TExecutorCRTP< SubC >
MapReduce(F func, std::vector< T * > &args)ROOT::TExecutorCRTP< SubC >
MapReduce(F func, const std::vector< T * > &args)ROOT::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 >
validMapReturnCond typedefROOT::TExecutorCRTP< SubC >protected