12 #ifndef ZYPP_TARGET_RPM_RPMHEADER_H 13 #define ZYPP_TARGET_RPM_RPMHEADER_H 64 using Ptr = intrusive_ptr<RpmHeader>;
65 using constPtr = intrusive_ptr<const RpmHeader>;
89 std::string
ident()
const;
152 std::string
tag_os()
const;
186 std::ostream &
dumpOn( std::ostream &
str )
const override;
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]
Store and operate on date (time_t).
unsigned int epoch_t
Type of an epoch.
std::unordered_set< Capability > CapabilitySet
Easy-to use interface to the ZYPP dependency resolver.