Inheritance diagram for TPacketizerFile::TIterObj:
Public Member Functions | |
TIterObj (const char *n, TIter *iter) | |
virtual | ~TIterObj () |
const char * | GetName () const |
TIter * | GetIter () const |
void | Print (Option_t *option="") const |
Private Attributes | |
TString | fName |
TIter * | fIter |
Definition at line 75 of file TPacketizerFile.cxx.
TPacketizerFile::TIterObj::TIterObj | ( | const char * | n, | |
TIter * | iter | |||
) | [inline] |
Definition at line 82 of file TPacketizerFile.cxx.
virtual TPacketizerFile::TIterObj::~TIterObj | ( | ) | [inline, virtual] |
const char* TPacketizerFile::TIterObj::GetName | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 85 of file TPacketizerFile.cxx.
References fName.
Referenced by Print().
TIter* TPacketizerFile::TIterObj::GetIter | ( | ) | const [inline] |
Definition at line 86 of file TPacketizerFile.cxx.
References fIter.
Referenced by TPacketizerFile::GetNextPacket(), and Print().
void TPacketizerFile::TIterObj::Print | ( | Option_t * | option = "" |
) | const [virtual] |
Reimplemented from TObject.
Definition at line 474 of file TPacketizerFile.cxx.
References GetCollection(), GetIter(), GetName(), and Printf().
TString TPacketizerFile::TIterObj::fName [private] |
TIter* TPacketizerFile::TIterObj::fIter [private] |