#include <OnMediaLocation.h>
Public Member Functions | |
| OnMediaLocation () | |
| Ctor. | |
| unsigned | medianr () const |
| const Pathname & | filename () const |
| const CheckSum & | checksum () const |
| const ByteCount & | downloadsize () const |
| OnMediaLocation & | medianr (unsigned val_r) |
| OnMediaLocation & | filename (const Pathname &val_r) |
| OnMediaLocation & | checksum (const CheckSum &val_r) |
| OnMediaLocation & | downloadsize (const ByteCount &val_r) |
Private Attributes | |
| unsigned | _medianr |
| Pathname | _filename |
| CheckSum | _checksum |
| ByteCount | _downloadsize |
Friends | |
| std::ostream & | operator<< (std::ostream &str, const OnMediaLocation &obj) |
Definition at line 33 of file OnMediaLocation.h.
|
|
Ctor.
Definition at line 39 of file OnMediaLocation.h. |
|
|
Definition at line 44 of file OnMediaLocation.h. References _medianr. Referenced by zypp::source::operator<<(), and zypp::source::provideFile(). |
|
|
Definition at line 45 of file OnMediaLocation.h. References _filename. Referenced by zypp::source::operator<<(), zypp::source::provideFile(), zypp::source::PackageProvider::tryDelta(), and zypp::source::PackageProvider::tryPatch(). |
|
|
Definition at line 46 of file OnMediaLocation.h. References _checksum. Referenced by zypp::source::operator<<(), and zypp::source::provideFile(). |
|
|
Definition at line 47 of file OnMediaLocation.h. References _downloadsize. Referenced by zypp::source::operator<<(), zypp::source::PackageProvider::tryDelta(), and zypp::source::PackageProvider::tryPatch(). |
|
|
Definition at line 50 of file OnMediaLocation.h. References _medianr. |
|
|
Definition at line 51 of file OnMediaLocation.h. References _filename. |
|
|
Definition at line 52 of file OnMediaLocation.h. References _checksum. |
|
|
Definition at line 53 of file OnMediaLocation.h. References _downloadsize. |
|
||||||||||||
|
Stream output Definition at line 31 of file OnMediaLocation.cc. |
|
|
Definition at line 56 of file OnMediaLocation.h. Referenced by medianr(). |
|
|
Definition at line 57 of file OnMediaLocation.h. Referenced by filename(). |
|
|
Definition at line 58 of file OnMediaLocation.h. Referenced by checksum(). |
|
|
Definition at line 59 of file OnMediaLocation.h. Referenced by downloadsize(). |
1.4.6