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