libzypp  9.1.2
Public Member Functions | Private Member Functions | Private Attributes | Friends
zypp::sat::detail::SolvableIterator Class Reference

#include <Solvable.h>

Inheritance diagram for zypp::sat::detail::SolvableIterator:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 SolvableIterator ()
 SolvableIterator (const Solvable &val_r)
 SolvableIterator (SolvableIdType id_r)

Private Member Functions

Solvable dereference () const
void increment ()
void assignVal (const Solvable &val_r)

Private Attributes

Solvable _val

Friends

class boost::iterator_core_access

Detailed Description

Definition at line 342 of file Solvable.h.


Constructor & Destructor Documentation

Definition at line 351 of file Solvable.h.

zypp::sat::detail::SolvableIterator::SolvableIterator ( const Solvable val_r) [inline, explicit]

Definition at line 355 of file Solvable.h.

References assignVal().

Definition at line 359 of file Solvable.h.

References assignVal().


Member Function Documentation

Definition at line 366 of file Solvable.h.

References _val.

Definition at line 369 of file Solvable.h.

References _val, assignVal(), and zypp::sat::Solvable::nextInPool().

void zypp::sat::detail::SolvableIterator::assignVal ( const Solvable val_r) [inline, private]

Definition at line 373 of file Solvable.h.

References _val, and zypp::sat::Solvable::get().

Referenced by increment(), and SolvableIterator().


Friends And Related Function Documentation

friend class boost::iterator_core_access [friend]

Definition at line 364 of file Solvable.h.


Member Data Documentation

Definition at line 376 of file Solvable.h.

Referenced by assignVal(), dereference(), and increment().


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