36 while (regs.Tokenize(reg, from,
",")) {
61 while ((obj = nxo())) {
Add(obj); }
84 while ((obj = nxo())) {
99 if (doadd) doShow.
Add(obj);
105 Printf(
" +++ Missing files list not empty: use ShowMissingFiles to display it +++");
131 while ((obj = nxo())) {
146 if (doadd) doShow.
Add(obj);
149 doShow.
Print(option);
152 Printf(
" +++ Missing files list not empty: use ShowMissingFiles to display it +++");
const char *const kPROOF_MissingFiles
void Printf(const char *fmt,...)
virtual void ls(Option_t *option="") const
List (ls) all objects in this collection.
virtual void Print(Option_t *option="") const
Default print for collections, calls Print(option, 1).
virtual void SetOwner(Bool_t enable=kTRUE)
Set whether this collection is the owner (enable==true) of its content.
virtual Int_t GetSize() const
Return the capacity of the collection, i.e.
virtual void Add(TObject *obj)
virtual void Clear(Option_t *option="")
Remove all objects from the list.
Collectable string class.
const char * GetName() const
Returns name of object.
Mother of all ROOT objects.
virtual const char * GetName() const
Returns name of object.
virtual void Print(Option_t *option="") const
This method must be overridden when a class wants to print itself.
virtual void ls(Option_t *option="") const
The ls function lists the contents of a class on stdout.
Derivation of TList with an overload of ls() and Print() allowing to filter out some of the variables...
void AttachList(TList *alist)
Attach to list 'alist'.
TProofOutputList(const char *dontshow="PROOF_*")
Constructor.
virtual void Print(Option_t *option="") const
Print the content of the list.
virtual ~TProofOutputList()
Destructor.
virtual void ls(Option_t *option="") const
List the content of the list.
Regular expression class.
void ToUpper()
Change string to upper case.
Bool_t BeginsWith(const char *s, ECaseCompare cmp=kExact) const
TString & Remove(Ssiz_t pos)
Ssiz_t Index(const char *pat, Ssiz_t i=0, ECaseCompare cmp=kExact) const