36 while (
regs.Tokenize(
reg, from,
",")) {
61 while ((obj =
nxo())) {
Add(obj); }
84 while ((obj =
nxo())) {
105 Printf(
" +++ Missing files list not empty: use ShowMissingFiles to display it +++");
131 while ((obj =
nxo())) {
152 Printf(
" +++ Missing files list not empty: use ShowMissingFiles to display it +++");
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void reg
const char *const kPROOF_MissingFiles
void Printf(const char *fmt,...)
Formats a string in a circular formatting buffer and prints the string.
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.
void Clear(Option_t *option="") override
Remove all objects from the list.
void Add(TObject *obj) override
Collectable string class.
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 ls(Option_t *option="") const override
List the content of the list.
void AttachList(TList *alist)
Attach to list 'alist'.
TProofOutputList(const char *dontshow="PROOF_*")
Constructor.
~TProofOutputList() override
Destructor.
void Print(Option_t *option="") const override
Print 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