Logo ROOT   6.08/07
Reference Guide
Classes | Namespaces | Enumerations
PoolUtils.h File Reference
#include "TError.h"
#include "TList.h"
#include "TObject.h"
#include <vector>
Include dependency graph for PoolUtils.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::ExecutorUtils::ReduceObjects< T >
 Merge collection of TObjects. More...
 
class  ROOT::Internal::ExecutorUtils::ResultCaster< O, F >
 
class  ROOT::Internal::ExecutorUtils::ResultCaster< TObject *, F >
 

Namespaces

 PoolCode
 
 ROOT
 This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce.
 
 ROOT::ExecutorUtils
 
 ROOT::Internal
 
 ROOT::Internal::ExecutorUtils
 

Enumerations

enum  PoolCode::EPoolCode : unsigned {
  PoolCode::kExecFunc = 0, PoolCode::kExecFuncWithArg, PoolCode::kFuncResult, PoolCode::kIdling,
  PoolCode::kSendResult, PoolCode::kProcFile, PoolCode::kProcRange, PoolCode::kProcTree,
  PoolCode::kProcSelector, PoolCode::kProcResult, PoolCode::kProcEnded, PoolCode::kProcError
}
 An enumeration of the message codes handled by TPool, TPoolWorker and TPoolProcessor. More...