zypp::target::IMediaKey Struct Reference

Helper storing a source id and media number. More...

#include <CommitPackageCacheReadAhead.h>

List of all members.

Public Member Functions

 IMediaKey ()
 IMediaKey (const ResObject::constPtr &obj_r)
 IMediaKey (const Repository &repo, unsigned mediaNr_r)
bool operator== (const IMediaKey &rhs) const
bool operator!= (const IMediaKey &rhs) const
bool operator< (const IMediaKey &rhs) const

Public Attributes

Repository _repo
DefaultIntegral< unsigned, 0 > _mediaNr


Detailed Description

Helper storing a source id and media number.

Definition at line 36 of file CommitPackageCacheReadAhead.h.


Constructor & Destructor Documentation

zypp::target::IMediaKey::IMediaKey (  )  [inline]

Definition at line 38 of file CommitPackageCacheReadAhead.h.

zypp::target::IMediaKey::IMediaKey ( const ResObject::constPtr obj_r  )  [inline, explicit]

Definition at line 42 of file CommitPackageCacheReadAhead.h.

zypp::target::IMediaKey::IMediaKey ( const Repository repo,
unsigned  mediaNr_r 
) [inline]

Definition at line 47 of file CommitPackageCacheReadAhead.h.


Member Function Documentation

bool zypp::target::IMediaKey::operator== ( const IMediaKey rhs  )  const [inline]

Definition at line 52 of file CommitPackageCacheReadAhead.h.

References _mediaNr, and _repo.

Referenced by operator!=().

bool zypp::target::IMediaKey::operator!= ( const IMediaKey rhs  )  const [inline]

Definition at line 55 of file CommitPackageCacheReadAhead.h.

References operator==().

bool zypp::target::IMediaKey::operator< ( const IMediaKey rhs  )  const [inline]

Definition at line 58 of file CommitPackageCacheReadAhead.h.

References _mediaNr, _repo, and zypp::Repository::id().


Member Data Documentation

Definition at line 65 of file CommitPackageCacheReadAhead.h.

Referenced by operator<(), zypp::target::operator<<(), and operator==().

Definition at line 66 of file CommitPackageCacheReadAhead.h.

Referenced by operator<(), zypp::target::operator<<(), and operator==().


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

doxygen