datamember of a linked list of available description for a version More...
#include <pkgcache.h>
Public Attributes | |
map_ptrloc | FileList |
unsigned int | ID |
unique sequel ID More... | |
map_ptrloc | language_code |
Language code of this description (translation) More... | |
map_ptrloc | md5sum |
MD5sum of the original description. More... | |
map_ptrloc | NextDesc |
next translation for this description More... | |
map_ptrloc | ParentPkg |
the text is a description of this package More... | |
datamember of a linked list of available description for a version
map_ptrloc pkgCache::Description::FileList |
unsigned int pkgCache::Description::ID |
unique sequel ID
map_ptrloc pkgCache::Description::language_code |
Language code of this description (translation)
If the value has a 0 length then this is read using the Package file else the Translation-CODE file is used.
Referenced by pkgCache::DescIterator::LanguageCode().
map_ptrloc pkgCache::Description::md5sum |
MD5sum of the original description.
Used to map Translations of a description to a version and to check that the Translation is up-to-date.
Referenced by pkgCache::DescIterator::md5().
map_ptrloc pkgCache::Description::NextDesc |
next translation for this description
Referenced by pkgCache::DescIterator::operator++().
map_ptrloc pkgCache::Description::ParentPkg |
the text is a description of this package