ROOT  6.06/09
Reference Guide
Namespaces | Enumerations | Functions
PoolUtils.h File Reference
#include "TObject.h"
#include <vector>
+ Include dependency graph for PoolUtils.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 PoolCode
 
 PoolUtils
 This namespace contains pre-defined functions to be used in conjuction with TPool::Map and TPool::MapReduce.
 

Enumerations

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

Functions

TObjectPoolUtils::ReduceObjects (const std::vector< TObject * > &objs)
 Merge collection of TObjects. More...