56 {
static shared_ptr<Impl> _nullimpl(
new Impl );
return _nullimpl; }
58 friend Impl * rwcowClone<Impl>(
const Impl * rhs );
69 {
return str << obj; }
76 : _pimpl(
Impl::nullimpl() )
80 : _pimpl( new
Impl(
std::move(filename_r), medianr_r ) )
std::ostream & operator<<(std::ostream &str, const InputStream &obj)
Store and operate with byte count.
String related utilities and Regular expression matching.
bool emptyOrRoot() const
Test for "" or "/".
std::ostream & dumpOn(std::ostream &str, const Capability &obj)
Easy-to use interface to the ZYPP dependency resolver.