libapt-pkg-dev  v0.9.7.5ubuntu5.4
Debian+Ubuntu APT Package Management
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pkgCache::StringItem Struct Reference

used for generating single instances of strings More...

#include <pkgcache.h>

Collaboration diagram for pkgCache::StringItem:

Public Attributes

map_ptrloc NextItem
 Next link in the chain. More...
 
map_ptrloc String
 string this refers to More...
 

Detailed Description

used for generating single instances of strings

Some things like Section Name are are useful to have as unique tags. It is part of a linked list based at pkgCache::Header::StringList

All strings are simply inlined any place in the file that is natural for the writer. The client should make no assumptions about the positioning of strings. All StringItems should be null-terminated.

Member Data Documentation

map_ptrloc pkgCache::StringItem::NextItem

Next link in the chain.

map_ptrloc pkgCache::StringItem::String

string this refers to


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