# | Line 26 | Line 26 | namespace mithep | |
---|---|---|
26 | virtual const ArrayElement *At(UInt_t idx) const = 0; | |
27 | virtual UInt_t GetEntries() const = 0; | |
28 | virtual UInt_t GetSize() const = 0; | |
29 | + | virtual Bool_t HasObject(const ArrayElement *obj) const = 0; |
30 | virtual Bool_t IsOwner() const = 0; | |
31 | void Print(Option_t *opt="") const; | |
32 | virtual void Reset() = 0; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |