# | Line 41 | Line 41 | namespace mithep | |
---|---|---|
41 | const ArrayElement At(UInt_t idx) const; | |
42 | void Clear(Option_t */*opt*/="") { fSize=0; Init(0); } | |
43 | UInt_t Entries() const { return fSize; } | |
44 | < | UInt_t GetEntries() const { return Entries(); } |
44 | > | UInt_t GetEntries() const { return fSize; } |
45 | UInt_t GetSize() const { return fCapacity; } | |
46 | Bool_t IsOwner() const { return kTRUE; } | |
47 | TObject *ObjAt(UInt_t /*idx*/) { return 0; } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |