apt 3.0.3
commandline package manager
Public Attributes | List of all members
pkgCache< Str, Itr >::Description Struct Reference

datamember of a linked list of available description for a version More...

#include <apt-pkg/pkgcache.h>

Collaboration diagram for pkgCache< Str, Itr >::Description:
[legend]

Public Attributes

map_stringitem_t language_code
 Language code of this description (translation)
 
map_stringitem_t md5sum
 MD5sum of the original description.
 
map_pointer< DescFileFileList
 
map_pointer< DescriptionNextDesc
 next translation for this description
 
map_pointer< PackageParentPkg
 the text is a description of this package
 
map_id_t ID
 unique sequel ID
 

Detailed Description

template<typename Str, typename Itr>
struct pkgCache< Str, Itr >::Description

datamember of a linked list of available description for a version

Member Data Documentation

◆ FileList

template<typename Str , typename Itr >
map_pointer<DescFile> FileList

◆ language_code

template<typename Str , typename Itr >
map_stringitem_t 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.

◆ md5sum

template<typename Str , typename Itr >
map_stringitem_t 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.


The documentation for this struct was generated from the following file: