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 >=delete | ROOT::TExecutorCRTP< SubC > | private |
MapImpl(F func, ROOT::TSeq< INTEGER > args) -> std::vector< typename std::result_of< F(INTEGER)>::type >=delete | ROOT::TExecutorCRTP< SubC > | private |
MapImpl(F func, std::vector< T > &args) -> std::vector< typename std::result_of< F(T)>::type >=delete | ROOT::TExecutorCRTP< SubC > | private |
MapImpl(F func, const std::vector< T > &args) -> std::vector< typename std::result_of< F(T)>::type >=delete | ROOT::TExecutorCRTP< SubC > | private |
MapReduce(F func, unsigned nTimes, R redfunc) -> typename std::result_of< F()>::type | ROOT::TExecutorCRTP< SubC > | |
MapReduce(F func, ROOT::TSeq< INTEGER > args, R redfunc) -> typename std::result_of< F(INTEGER)>::type | ROOT::TExecutorCRTP< SubC > | |
MapReduce(F func, std::initializer_list< T > args, R redfunc) -> typename std::result_of< F(T)>::type | ROOT::TExecutorCRTP< SubC > | |
MapReduce(F func, const std::vector< T > &args, R redfunc) -> typename std::result_of< F(T)>::type | ROOT::TExecutorCRTP< SubC > | |
MapReduce(F func, std::vector< T > &args, R redfunc) -> typename std::result_of< F(T)>::type | 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 > |