11#ifndef ROOT_ProcFileElements
12#define ROOT_ProcFileElements
31 Bool_t IsSortable()
const override {
return kTRUE; }
52 const char * GetName()
const override {
return fName; }
58 TSortedList *GetListOfElements()
const {
return fElements; }
62 Long64_t GetLast()
const {
return fLast; }
#define ClassDefOverride(name, id)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Int_t Compare(const void *item1, const void *item2)
void Print(GNN_Data &d, std::string txt="")
UInt_t Hash(const TString &s)
Collection abstract base class.
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.
Mother of all ROOT objects.
A sorted doubly linked list.
UInt_t Hash(ECaseCompare cmp=kExact) const
Return hash value.
TMatrixT< Element > & Add(TMatrixT< Element > &target, Element scalar, const TMatrixT< Element > &source)
Modify addition: target += scalar * source.