Classes | |
| struct | ROOT::Internal::TExecutor::MapRetType< F, CONTAINER > |
| Helper class to get the correct return type from the Map function, necessary to infer the ResolveExecutorAndMap function type. More... | |
| struct | ROOT::Internal::TExecutor::MapRetType< F, unsigned > |
| class | ROOT::Internal::TExecutor |
| This class implements the interface to execute the same task multiple times, sequentially or in parallel depending on the execution policy passed as a first parameter on construction, and possibly with different arguments every time. More... | |
Namespaces | |
| namespace | ROOT |
| namespace | ROOT::Internal |
Macros | |
| #define | R__EXECUTOR_PROCESS ROOT::TProcessExecutor |
| #define | R__EXECUTOR_THREAD ROOT::TThreadExecutor |
| #define R__EXECUTOR_PROCESS ROOT::TProcessExecutor |
Definition at line 108 of file TExecutor.hxx.
| #define R__EXECUTOR_THREAD ROOT::TThreadExecutor |
Definition at line 103 of file TExecutor.hxx.