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 +++");
virtual void ls(Option_t *option="") const
List the content of the list.
TProofOutputList(const char *dontshow="PROOF_*")
Constructor.
Collectable string class.
virtual void SetOwner(Bool_t enable=kTRUE)
Set whether this collection is the owner (enable==true) of its content.
void ToUpper()
Change string to upper case.
virtual void Print(Option_t *option="") const
Print the content of the list.
Regular expression class.
Ssiz_t Index(const char *pat, Ssiz_t i=0, ECaseCompare cmp=kExact) const
const char * GetName() const
Returns name of object.
Bool_t BeginsWith(const char *s, ECaseCompare cmp=kExact) const
TString & Remove(Ssiz_t pos)
virtual void ls(Option_t *option="") const
List (ls) all objects in this collection.
const char *const kPROOF_MissingFiles
static constexpr double s
virtual ~TProofOutputList()
Destructor.
virtual void Clear(Option_t *option="")
Remove all objects from the list.
Mother of all ROOT objects.
virtual void Add(TObject *obj)
void AttachList(TList *alist)
Attach to list 'alist'.
virtual void Print(Option_t *option="") const
Default print for collections, calls Print(option, 1).
virtual const char * GetName() const
Returns name of object.
virtual Int_t GetSize() const
Derivation of TList with an overload of ls() and Print() allowing to filter out some of the variables...