12#ifndef ZYPP_SYSCONTENT_H
13#define ZYPP_SYSCONTENT_H
30#define BOOST_BIND_GLOBAL_PLACEHOLDERS
31#include <boost/bind.hpp>
66 using StorageT = std::set<ResObject::constPtr>;
83 const std::string &
name()
const;
152 std::ostream &
writeXml( std::ostream &
str )
const;
193 Reader( std::istream & input_r );
201 const std::string &
name()
const;
247 const std::string &
kind()
const;
248 const std::string &
name()
const;
Store and operate on date (time_t).
Edition represents [epoch:]version[-release]
Combining sat::Solvable and ResStatus.
TraitsType::constPtrType constPtr
const Arch & arch() const
const std::string & name() const
RW_pointer< Impl > _pimpl
const Edition & edition() const
const std::string & kind() const
const Date & ctime() const
Get creation date.
const_iterator end() const
Iterator to the end of collected data.
StorageT::const_iterator const_iterator
const Edition & edition() const
Get edition.
StorageT::size_type size_type
const std::string & description() const
Get description.
std::list< Entry > StorageT
StorageT::value_type value_type
RWCOW_pointer< Impl > _pimpl
StorageT::iterator iterator
bool empty() const
Whether no data collected so far.
const_iterator begin() const
Iterator to the begin of collected data.
const std::string & name() const
Get name.
size_type size() const
Number of items collected.
StorageT::size_type size_type
const Edition & edition() const
Get edition.
StorageT::value_type value_type
std::set< ResObject::constPtr > StorageT
std::ostream & writeXml(std::ostream &str) const
Write collected data as XML.
const std::string & description() const
Get description.
void addIf(const PoolItem &obj_r)
Collect PoolItem if it stays on the system.
StorageT::const_iterator const_iterator
RWCOW_pointer< Impl > _pimpl
std::ostream & operator<<(std::ostream &str, const Writer &obj)
Stream output.
void addInstalled(const PoolItem &obj_r)
Collect currently installed PoolItem.
const_iterator begin() const
Iterator to the begin of collected data.
bool empty() const
Whether no data collected so far.
size_type size() const
Number of items collected.
void add(const ResObject::constPtr &obj_r)
Unconditionally add this ResObject (or PoolItem).
const std::string & name() const
Get name.
StorageT::iterator iterator
const_iterator end() const
Iterator to the end of collected data.
xmlTextReader based interface to iterate xml streams.
String related utilities and Regular expression matching.
std::ostream & operator<<(std::ostream &str, const ReadState &obj)
Easy-to use interface to the ZYPP dependency resolver.
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
RW_pointer supporting 'copy on write' functionality.
Wrapper for const correct access via Smart pointer types.