This is the complete list of members for TMVA::Executor, including all inherited members.
Executor() | TMVA::Executor | inline |
Executor(int nthreads) | TMVA::Executor | inlineexplicit |
fMTExecImpl | TMVA::Executor | |
Foreach(Function func, unsigned int nTimes, unsigned nChunks=0) | TMVA::Executor | inline |
Foreach(Function func, std::vector< T > &args, unsigned nChunks=0) | TMVA::Executor | inline |
Foreach(Function func, ROOT::TSeq< INTEGER > args, unsigned nChunks=0) | TMVA::Executor | inline |
fSeqExecImpl | TMVA::Executor | |
GetMultiThreadExecutor() | TMVA::Executor | inline |
GetPoolSize() const | TMVA::Executor | inline |
Map(F func, unsigned nTimes) -> std::vector< typename std::result_of< F()>::type > | TMVA::Executor | inline |
Map(F func, ROOT::TSeq< INTEGER > args) -> std::vector< typename std::result_of< F(INTEGER)>::type > | TMVA::Executor | inline |
MapReduce(F func, ROOT::TSeq< INTEGER > args, R redfunc) -> typename std::result_of< F(INTEGER)>::type | TMVA::Executor | inline |
MapReduce(F func, ROOT::TSeq< INTEGER > args, R redfunc, unsigned nChunks) -> typename std::result_of< F(INTEGER)>::type | TMVA::Executor | inline |
noReferenceCond typedef | TMVA::Executor | |
Reduce(const std::vector< T > &objs, R redfunc) -> decltype(redfunc(objs)) | TMVA::Executor | inline |