|
apt
@VERSION@
|
groups architecture depending packages together More...
#include <pkgcache.h>
Public Attributes | |
| map_ptrloc | Name |
| Name of the group. | |
| map_ptrloc | FirstPackage |
| Link to the first package which belongs to the group. | |
| map_ptrloc | LastPackage |
| Link to the last package which belongs to the group. | |
| map_ptrloc | Next |
| Link to the next Group. | |
| unsigned int | ID |
| unique sequel ID | |
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
1.7.6.1