libzypp  11.13.5
zypp::sat::WhatObsoletes Class Reference

Container of installed Solvable which would be obsoleted by the Solvable passed to the ctor. More...

#include <WhatObsoletes.h>

Inheritance diagram for zypp::sat::WhatObsoletes:

List of all members.

Public Types

typedef Solvable value_type
typedef unsigned size_type
typedef
detail::WhatProvidesIterator 
const_iterator
- Public Types inherited from zypp::sat::SolvIterMixin< WhatObsoletes, detail::WhatProvidesIterator >
typedef
detail::WhatProvidesIterator 
Solvable_iterator
typedef transform_iterator
< asPoolItem,
Solvable_iterator
PoolItem_iterator
typedef transform_iterator
< ui::asSelectable,
UnifiedSolvable_iterator
Selectable_iterator

Public Member Functions

 WhatObsoletes ()
 Default ctor.
 WhatObsoletes (Solvable item_r)
 Ctor from Solvable.
 WhatObsoletes (const PoolItem &item_r)
 Ctor from PoolItem.
 WhatObsoletes (const ResObject_constPtr item_r)
 Ctor from ResObject::constPtr.
template<class _Iterator >
 WhatObsoletes (_Iterator begin, _Iterator end)
 Ctor from a range of Solvable, PoolItem or ResObject::constPtr.
bool empty () const
 Whether the container is empty.
size_type size () const
 Number of solvables inside.
const_iterator begin () const
 Iterator pointing to the first Solvable.
const_iterator end () const
 Iterator pointing behind the last Solvable.
- Public Member Functions inherited from zypp::sat::SolvIterMixin< WhatObsoletes, detail::WhatProvidesIterator >
bool contains (const _Solv &solv_r) const
 Whether collection contains a specific Solvable.
Solvable_iterator solvableBegin () const
Solvable_iterator solvableEnd () const
PoolItem_iterator poolItemBegin () const
PoolItem_iterator poolItemEnd () const
Selectable_iterator selectableBegin () const
Selectable_iterator selectableEnd () const

Private Member Functions

void ctorAdd (const PoolItem &item_r)
void ctorAdd (ResObject_constPtr item_r)
void ctorAdd (Solvable item_r)
void ctorDone ()

Private Attributes

const sat::detail::IdType_begin
shared_ptr< void > _private

Related Functions

(Note that these are not member functions.)

std::ostream & operator<< (std::ostream &str, const WhatObsoletes &obj)

Additional Inherited Members

- Protected Member Functions inherited from zypp::sat::SolvIterMixin< WhatObsoletes, detail::WhatProvidesIterator >
 SolvIterMixin ()
 SolvIterMixin (const SolvIterMixin &)
 ~SolvIterMixin ()
void operator= (const SolvIterMixin &)
- Static Protected Member Functions inherited from zypp::sat::detail::PoolMember
static PoolImplmyPool ()

Detailed Description

Container of installed Solvable which would be obsoleted by the Solvable passed to the ctor.

Todo:
Publish obsoleteUsesProvides config option.

Definition at line 36 of file WhatObsoletes.h.


Member Typedef Documentation

Definition at line 40 of file WhatObsoletes.h.


Constructor & Destructor Documentation

zypp::sat::WhatObsoletes::WhatObsoletes ( )
inline

Default ctor.

Definition at line 45 of file WhatObsoletes.h.

zypp::sat::WhatObsoletes::WhatObsoletes ( Solvable  item_r)
explicit

Ctor from Solvable.

Definition at line 48 of file WhatObsoletes.cc.

zypp::sat::WhatObsoletes::WhatObsoletes ( const PoolItem item_r)
explicit

Ctor from PoolItem.

Definition at line 55 of file WhatObsoletes.cc.

zypp::sat::WhatObsoletes::WhatObsoletes ( const ResObject_constPtr  item_r)
explicit

Ctor from ResObject::constPtr.

template<class _Iterator >
zypp::sat::WhatObsoletes::WhatObsoletes ( _Iterator  begin,
_Iterator  end 
)
inline

Ctor from a range of Solvable, PoolItem or ResObject::constPtr.

Definition at line 63 of file WhatObsoletes.h.


Member Function Documentation

bool zypp::sat::WhatObsoletes::empty ( ) const
inline

Whether the container is empty.

Reimplemented from zypp::sat::SolvIterMixin< WhatObsoletes, detail::WhatProvidesIterator >.

Definition at line 73 of file WhatObsoletes.h.

WhatObsoletes::size_type zypp::sat::WhatObsoletes::size ( ) const

Number of solvables inside.

Reimplemented from zypp::sat::SolvIterMixin< WhatObsoletes, detail::WhatProvidesIterator >.

Definition at line 148 of file WhatObsoletes.cc.

const_iterator zypp::sat::WhatObsoletes::begin ( ) const
inline

Iterator pointing to the first Solvable.

Definition at line 83 of file WhatObsoletes.h.

const_iterator zypp::sat::WhatObsoletes::end ( ) const
inline

Iterator pointing behind the last Solvable.

Definition at line 87 of file WhatObsoletes.h.

void zypp::sat::WhatObsoletes::ctorAdd ( const PoolItem item_r)
private

Definition at line 72 of file WhatObsoletes.cc.

void zypp::sat::WhatObsoletes::ctorAdd ( ResObject_constPtr  item_r)
private

Definition at line 75 of file WhatObsoletes.cc.

void zypp::sat::WhatObsoletes::ctorAdd ( Solvable  item_r)
private

Definition at line 92 of file WhatObsoletes.cc.

void zypp::sat::WhatObsoletes::ctorDone ( )
private

Definition at line 133 of file WhatObsoletes.cc.


Friends And Related Function Documentation

std::ostream & operator<< ( std::ostream &  str,
const WhatObsoletes obj 
)
related

Stream output

Definition at line 166 of file WhatObsoletes.cc.


Member Data Documentation

const sat::detail::IdType* zypp::sat::WhatObsoletes::_begin
private

Definition at line 97 of file WhatObsoletes.h.

shared_ptr<void> zypp::sat::WhatObsoletes::_private
private

Definition at line 98 of file WhatObsoletes.h.


The documentation for this class was generated from the following files: