This is the complete list of members for ROOT::TExecutorCRTP< SubC >, including all inherited members.
Derived() | ROOT::TExecutorCRTP< SubC > | inlineprivate |
InvokeResult_t typedef | ROOT::TExecutorCRTP< SubC > | private |
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 > >=delete | ROOT::TExecutorCRTP< SubC > | private |
MapImpl(F func, ROOT::TSeq< INTEGER > args) -> std::vector< InvokeResult_t< F, INTEGER > >=delete | ROOT::TExecutorCRTP< SubC > | private |
MapImpl(F func, std::vector< T > &args) -> std::vector< InvokeResult_t< F, T > >=delete | ROOT::TExecutorCRTP< SubC > | private |
MapImpl(F func, const std::vector< T > &args) -> std::vector< InvokeResult_t< F, T > >=delete | ROOT::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 > | |
noReferenceCond typedef | ROOT::TExecutorCRTP< SubC > | |
operator=(const TExecutorCRTP &)=delete | ROOT::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()=default | ROOT::TExecutorCRTP< SubC > | |
TExecutorCRTP(const TExecutorCRTP &)=delete | ROOT::TExecutorCRTP< SubC > |