used for generating single instances of strings More...
#include <pkgcache.h>
Public Attributes | |
map_ptrloc | NextItem |
Next link in the chain. More... | |
map_ptrloc | String |
string this refers to More... | |
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.
map_ptrloc pkgCache::StringItem::NextItem |
Next link in the chain.
map_ptrloc pkgCache::StringItem::String |
string this refers to