|
| TFileIter (const char *name, Option_t *option="", const char *ftitle="", Int_t compress=1, Int_t netopt=0) |
| Open ROOT TFile by the name provided; This TFile is to be deleted by the TFileIter alone. More...
|
|
| TFileIter (const TFileIter &) |
| Copy ctor can be used with the "read only" files only. More...
|
|
| TFileIter (TDirectory *directory) |
| Create iterator over all objects from the TDirectory provided. More...
|
|
| TFileIter (TFile *file=0) |
| Create iterator over all objects from the TFile provided. More...
|
|
virtual | ~TFileIter () |
| TFileIter dtor. More...
|
|
Int_t | CurrentCursorPosition () const |
|
TKey * | GetCurrentKey () const |
| return the pointer to the current TKey More...
|
|
virtual Int_t | GetDepth () const |
| return the current number of the nested subdirectroies; = 0 - means there is no subdirectories More...
|
|
const char * | GetKeyName () const |
| return the name of the current TKey More...
|
|
virtual TObject * | GetObject () const |
| read the object from TFile defined by the current TKey More...
|
|
Int_t | GetObjlen () const |
| Returns the uncompressed length of the current object. More...
|
|
virtual const TDirectory * | GetTDirectory () const |
|
virtual const TFile * | GetTFile () const |
|
virtual Bool_t | IsOpen () const |
| Check whether the associated ROOT TFile was open and TFile object is healthy. More...
|
|
virtual TObject * | Next () |
| Return next object in the list. Returns 0 when no more objects in list. More...
|
|
virtual TObject * | Next (Int_t nSkip) |
| return the pointer to the object defined by next TKey This method is not recommended. More...
|
|
virtual TObject * | NextEventGet (UInt_t eventNumber=UInt_t(-1), UInt_t runNumber=UInt_t(-1), const char *name="*") |
| reads, creates and returns the object by TKey name that matches the "name" . More...
|
|
virtual Int_t | NextEventPut (TObject *obj, UInt_t eventNum, UInt_t runNumber, const char *name=0) |
| Create a special TKey name with obj provided and write it out. More...
|
|
| operator const char * () const |
|
| operator const TDirectory * () const |
|
| operator const TFile * () const |
|
| operator int () const |
|
int | operator!= (const char *name) const |
|
TObject * | operator() () |
|
TObject * | operator() (Int_t nSkip) |
|
TObject * | operator* () const |
| Return current object or nullptr. More...
|
|
TFileIter & | operator++ () |
|
TFileIter & | operator+= (Int_t shift) |
|
TFileIter & | operator-- () |
|
TFileIter & | operator-= (Int_t shift) |
|
TFileIter & | operator= (const char *keyNameToFind) |
|
TFileIter & | operator= (Int_t cursorPosition) |
|
int | operator== (const char *name) const |
|
virtual void | Reset () |
| Reset the status of the iterator. More...
|
|
virtual void | Rewind () |
|
void | SetCursorPosition (const char *keyNameToFind) |
| Find the key by the name provided. More...
|
|
void | SetCursorPosition (Int_t cursorPosition) |
|
virtual TKey * | SkipObjects (Int_t nSkip=1) |
| Returns the TKey pointer to the nSkip TKey object from the current one nSkip = 0; the state of the iterator is not changed. More...
|
|
virtual Int_t | TotalKeys () const |
| The total number of the TKey keys in the current TDirectory only Usually this means the total number of different objects those can be read one by one. More...
|
|
| TListIter (const TList *l, Bool_t dir=kIterForward) |
| Create a new list iterator. More...
|
|
| TListIter (const TListIter &iter) |
| Copy ctor. More...
|
|
| ~TListIter () |
|
const TCollection * | GetCollection () const |
|
Option_t * | GetOption () const |
| Returns the object option stored in the list. More...
|
|
TObject * | Next () |
| Return next object in the list. Returns 0 when no more objects in list. More...
|
|
Bool_t | operator!= (const TIterator &aIter) const |
| This operator compares two TIterator objects. More...
|
|
Bool_t | operator!= (const TListIter &aIter) const |
| This operator compares two TListIter objects. More...
|
|
TObject * | operator* () const |
| Return current object or nullptr. More...
|
|
TIterator & | operator= (const TIterator &rhs) |
| Overridden assignment operator. More...
|
|
TListIter & | operator= (const TListIter &rhs) |
| Overloaded assignment operator. More...
|
|
void | Reset () |
| Reset list iterator. More...
|
|
void | SetOption (Option_t *option) |
| Sets the object option stored in the list. More...
|
|
virtual | ~TIterator () |
|
virtual const TCollection * | GetCollection () const =0 |
|
virtual Option_t * | GetOption () const |
|
virtual TObject * | Next ()=0 |
|
virtual Bool_t | operator!= (const TIterator &) const |
| Compare two iterator objects. More...
|
|
TObject * | operator() () |
|
virtual TObject * | operator* () const |
| Return current object or nullptr. More...
|
|
virtual TIterator & | operator= (const TIterator &) |
|
Bool_t | operator== (const TIterator &other) const |
|
virtual void | Reset ()=0 |
|