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

information for a single version of a source package More...

#include <apt-pkg/pkgcache.h>

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

Public Attributes

map_id_t ID
 unique sequel ID
 
map_pointer< pkgCache::GroupGroup
 Group the source package belongs too.
 
map_stringitem_t VerStr
 complete version string
 
map_pointer< VersionVersionList
 
map_pointer< SourceVersionNextSourceVersion
 
map_pointer< void > d
 Private pointer.
 

Detailed Description

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

information for a single version of a source package

The version list is always sorted from highest version to lowest version by the generator. Equal version numbers are either merged or handled as separate versions based on the Hash value.


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