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;
220 #endif // ZYPP_TARGET_RPM_RPMHEADER_H
Store and operate with byte count.
std::list< ChangelogEntry > Changelog
List of ChangelogEntry.
String related utilities and Regular expression matching.
Edition represents [epoch:]version[-release]
unsigned epoch_t
Type of an epoch.
Store and operate on date (time_t).
std::unordered_set< Capability > CapabilitySet
Easy-to use interface to the ZYPP dependency resolver.