|
||||
Warning, file /include/root/TProcPool.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 /* @(#)root/multiproc:$Id$ */ 0002 // Author: Pere Mato 0003 0004 // Placeholder header file for users accessing TProcPool.h and the class TProcPool 0005 0006 #ifndef __CLING__ 0007 // #pragma message("class 'TProcPool' is deprecated, replace it by 'ROOT::TProcessExecutor' (for TTree processing see 'ROOT:TTreeProcessorMP')") 0008 #endif 0009 0010 #include "ROOT/TProcessExecutor.hxx" 0011 0012 // To keep backward compatibility 0013 using TProcPool = ROOT::TProcessExecutor; 0014
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |