strigi/src/streams
Strigi::ArchiveReader::DirLister Class Reference
Lists the contents of a directory. More...
#include <archivereader.h>
Public Member Functions | |
| DirLister (const DirLister &dl) | |
| DirLister (Private *p) | |
| virtual | ~DirLister () |
| bool | nextEntry (EntryInfo &e) |
| const DirLister & | operator= (const DirLister &) |
Detailed Description
Lists the contents of a directory.
Definition at line 80 of file archivereader.h.
Constructor & Destructor Documentation
| ArchiveReader::DirLister::DirLister | ( | Private * | p | ) |
Create a DirLister.
- Parameters:
-
e a vector containing information about each item in the directory
Definition at line 114 of file archivereader.cpp.
| ArchiveReader::DirLister::DirLister | ( | const DirLister & | dl | ) |
Copy constructor.
Definition at line 118 of file archivereader.cpp.
| ArchiveReader::DirLister::~DirLister | ( | ) | [virtual] |
the destructor
Definition at line 122 of file archivereader.cpp.
Member Function Documentation
Gets information about the next item in the directory.
- Parameters:
-
e an EntryInfo object to populate with information about the next item in the directory
- Returns:
- true if there was another item in the directory, false if there are no further items in the directory
Definition at line 127 of file archivereader.cpp.
| const ArchiveReader::DirLister & ArchiveReader::DirLister::operator= | ( | const DirLister & | a | ) |
assignment operator
Definition at line 131 of file archivereader.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference