Go to the documentation of this file.
12 #ifndef ZYPP_SYSCONTENT_H
13 #define ZYPP_SYSCONTENT_H
57 typedef std::set<ResObject::constPtr>
StorageT;
74 const std::string &
name()
const;
143 std::ostream &
writeXml( std::ostream &
str )
const;
184 Reader( std::istream & input_r );
192 const std::string &
name()
const;
238 const std::string &
kind()
const;
239 const std::string &
name()
const;
244 Entry(
const shared_ptr<Impl> & pimpl_r );
256 #endif // ZYPP_SYSCONTENT_H
StorageT::value_type value_type
const_iterator end() const
Iterator to the end of collected data.
Combining sat::Solvable and ResStatus.
xmlTextReader based interface to iterate xml streams.
std::list< Entry > StorageT
std::ostream & writeXml(std::ostream &str) const
Write collected data as XML.
std::ostream & operator<<(std::ostream &str, const Reader &obj)
StorageT::const_iterator const_iterator
size_type size() const
Number of items collected.
const std::string & description() const
Get description.
Edition represents [epoch:]version[-release]
void add(const ResObject::constPtr &obj_r)
Unconditionally add this ResObject (or PoolItem).
const_iterator begin() const
Iterator to the begin of collected data.
RW_pointer< Impl > _pimpl
StorageT::value_type value_type
void addInstalled(const PoolItem &obj_r)
Collect currently installed PoolItem.
const Arch & arch() const
StorageT::iterator iterator
TraitsType::constPtrType constPtr
const std::string & name() const
RWCOW_pointer< Impl > _pimpl
size_type size() const
Number of items collected.
StorageT::const_iterator const_iterator
StorageT::size_type size_type
const Edition & edition() const
Easy-to use interface to the ZYPP dependency resolver.
StorageT::size_type size_type
bool empty() const
Whether no data collected so far.
const_iterator begin() const
Iterator to the begin of collected data.
const std::string & kind() const
StorageT::iterator iterator
const std::string & name() const
Get name.
std::set< ResObject::constPtr > StorageT
std::ostream & operator<<(std::ostream &str, const Writer &obj)
RWCOW_pointer< Impl > _pimpl
Store and operate on date (time_t).
const std::string & name() const
Get name.
const std::string & description() const
Get description.
const Date & ctime() const
Get creation date.
const_iterator end() const
Iterator to the end of collected data.
void addIf(const PoolItem &obj_r)
Collect PoolItem if it stays on the system.
String related utilities and Regular expression matching.
Collect and serialize a set of ResObject.
Reader(const InputStream &stream_r, const Validate &validate_r=Validate::none())
Ctor.
const Edition & edition() const
Get edition.
bool empty() const
Whether no data collected so far.
const Edition & edition() const
Get edition.