12#ifndef ZYPP_TARGET_RPM_RPMHEADER_H
13#define ZYPP_TARGET_RPM_RPMHEADER_H
23#include <zypp/Pathname.h>
64 typedef intrusive_ptr<RpmHeader>
Ptr;
65 typedef intrusive_ptr<const RpmHeader>
constPtr;
89 std::string
ident()
const;
152 std::string
tag_os()
const;
186 virtual std::ostream &
dumpOn( std::ostream &
str )
const;
Store and operate with byte count.
Store and operate on date (time_t).
Edition represents [epoch:]version[-release]
unsigned epoch_t
Type of an epoch.
String related utilities and Regular expression matching.
Easy-to use interface to the ZYPP dependency resolver.
std::unordered_set< Capability > CapabilitySet
std::list< ChangelogEntry > Changelog
List of ChangelogEntry.