#include <StatMPKFile.H>
Inheritance diagram for MPKFileObj:


Public Member Functions | |
| MPKFileObj (const Text &fname) throw () | |
| int | Search (int verbose, Stat::Collection &stats) throw (StatError::BadMPKFile, StatError::EndOfFile, FS::Failure, FS::DoesNotExist) |
Private Attributes | |
| Text | fname |
| Stat::Location * | loc |
| SMultiPKFileRep::Header * | hdr |
Friends | |
| class | MPKFileIter |
Definition at line 43 of file StatMPKFile.H.
| MPKFileObj::MPKFileObj | ( | const Text & | fname | ) | throw () [inline] |
| int MPKFileObj::Search | ( | int | verbose, | |
| Stat::Collection & | stats | |||
| ) | throw (StatError::BadMPKFile, StatError::EndOfFile, FS::Failure, FS::DoesNotExist) [virtual] |
Reimplemented from DirEntry.
Definition at line 37 of file StatMPKFile.C.
References StatCount::AddVal(), FS::Close(), Stat::MPKFileSize, NEW, NEW_CONSTR, MPKFileIter::Next(), FS::OpenReadOnly(), PKFileObj::Search(), and verbose.
Here is the call graph for this function:

friend class MPKFileIter [friend] |
Definition at line 65 of file StatMPKFile.H.
Text MPKFileObj::fname [private] |
Stat::Location* MPKFileObj::loc [private] |
SMultiPKFileRep::Header* MPKFileObj::hdr [private] |
Definition at line 64 of file StatMPKFile.H.
1.5.1