#include <CheckSum.h>
Public Member Functions | |
CheckSum (const std::string &type, const std::string &checksum) | |
CheckSum () | |
std::string | type () const |
std::string | checksum () const |
bool | empty () const |
Private Attributes | |
std::string | _type |
std::string | _checksum |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &str, const CheckSum &obj) |
bool | operator== (const CheckSum &lhs, const CheckSum &rhs) |
bool | operator!= (const CheckSum &lhs, const CheckSum &rhs) |
Definition at line 24 of file CheckSum.h.
|
Definition at line 27 of file CheckSum.h. References _checksum, _type, and zypp::str::toLower(). |
|
Definition at line 43 of file CheckSum.h. |
|
Definition at line 46 of file CheckSum.h. References _type. Referenced by zypp::source::yum::YUMScriptImpl::do_script(), empty(), operator<<(), operator==(), zypp::source::SourceImpl::providePackage(), and zypp::source::yum::YUMScriptImpl::undo_script(). |
|
Definition at line 48 of file CheckSum.h. References _checksum. Referenced by zypp::source::yum::YUMScriptImpl::do_script(), zypp::source::susetags::SuseTagsImpl::downloadNeeded(), empty(), operator<<(), operator==(), zypp::source::SourceImpl::providePackage(), and zypp::source::yum::YUMScriptImpl::undo_script(). |
|
Definition at line 51 of file CheckSum.h. References checksum(), and type(). Referenced by zypp::source::yum::YUMSourceImpl::downloadNeeded(), zypp::source::susetags::SuseTagsImpl::downloadNeeded(), operator<<(), and zypp::source::susetags::SuseTagsImpl::verifyFile(). |
|
Stream output. Definition at line 59 of file CheckSum.h. References checksum(), empty(), and type(). |
|
Definition at line 64 of file CheckSum.h. References checksum(), and type(). |
|
Definition at line 68 of file CheckSum.h. |
|
Definition at line 54 of file CheckSum.h. Referenced by CheckSum(), and type(). |
|
Definition at line 55 of file CheckSum.h. Referenced by checksum(), and CheckSum(). |