strigi/src/streams
ArchiveEntryCache::SubEntry Class Reference
Represents an entry in the cache. More...
#include <archiveentrycache.h>
Inheritance diagram for ArchiveEntryCache::SubEntry:

Public Member Functions | |
| SubEntry () | |
| virtual | ~SubEntry () |
Public Attributes | |
| SubEntryMap | entries |
| Strigi::EntryInfo | entry |
Detailed Description
Represents an entry in the cache.
Definition at line 40 of file archiveentrycache.h.
Constructor & Destructor Documentation
| ArchiveEntryCache::SubEntry::SubEntry | ( | ) | [inline] |
Constructor.
Definition at line 47 of file archiveentrycache.h.
| ArchiveEntryCache::SubEntry::~SubEntry | ( | ) | [virtual] |
Destructor, recursively frees its entries.
Definition at line 25 of file archiveentrycache.cpp.
Member Data Documentation
A list of subentries of this entry.
Definition at line 45 of file archiveentrycache.h.
The cached information about this entry.
Definition at line 43 of file archiveentrycache.h.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference