12#ifndef ZYPP_TARGET_RPM_BINHEADER_H
13#define ZYPP_TARGET_RPM_BINHEADER_H
94 std::string
format (
const char *
fmt)
const;
104 std::ostream &
dumpOn( std::ostream &
str )
const override;
123 {
return _data.empty(); }
126 {
return _data.size(); }
152 {
return _data.empty(); }
155 {
return _data.size(); }
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
Base class for reference counted objects.
String related utilities and Regular expression matching.
boost::noncopyable NonCopyable
Ensure derived classes cannot be copied.
Easy-to use interface to the ZYPP dependency resolver.