groups architecture depending packages together More...
#include <pkgcache.h>
Public Attributes | |
map_ptrloc | FirstPackage |
Link to the first package which belongs to the group. More... | |
unsigned int | ID |
unique sequel ID More... | |
map_ptrloc | LastPackage |
Link to the last package which belongs to the group. More... | |
map_ptrloc | Name |
Name of the group. More... | |
map_ptrloc | Next |
Link to the next Group. More... | |
groups architecture depending packages together
On or more packages with the same name form a group, so we have a simple way to access a package built for different architectures Group exists in a singly linked list of group records starting at the hash index of the name in the pkgCache::Header::GrpHashTable
map_ptrloc pkgCache::Group::FirstPackage |
Link to the first package which belongs to the group.
Referenced by pkgCache::GrpIterator::PackageList().
unsigned int pkgCache::Group::ID |
unique sequel ID
map_ptrloc pkgCache::Group::LastPackage |
Link to the last package which belongs to the group.
map_ptrloc pkgCache::Group::Name |
Name of the group.
Referenced by pkgCache::GrpIterator::Name().
map_ptrloc pkgCache::Group::Next |
Link to the next Group.