#include <CheckSum.h>
Public Member Functions | |
| CheckSum (const std::string &type, const std::string &checksum) | |
| CheckSum () | |
| bool | operator== (const CheckSum &rhs) |
| std::string | type () const |
| std::string | checksum () const |
| bool | empty () const |
Private Attributes | |
| std::string | _type |
| std::string | _checksum |
Definition at line 23 of file CheckSum.h.
|
||||||||||||
|
Definition at line 26 of file CheckSum.h. References _checksum, _type, and zypp::str::toLower(). |
|
|
Definition at line 42 of file CheckSum.h. |
|
|
Definition at line 45 of file CheckSum.h. References _checksum, _type, checksum(), and type(). |
|
|
Definition at line 50 of file CheckSum.h. References _type. Referenced by zypp::source::yum::YUMScriptImpl::do_script(), empty(), operator==(), zypp::source::SourceImpl::providePackage(), and zypp::source::yum::YUMScriptImpl::undo_script(). |
|
|
Definition at line 52 of file CheckSum.h. References _checksum. Referenced by zypp::source::yum::YUMScriptImpl::do_script(), zypp::source::susetags::SuseTagsImpl::downloadNeeded(), empty(), operator==(), zypp::source::SourceImpl::providePackage(), and zypp::source::yum::YUMScriptImpl::undo_script(). |
|
|
Definition at line 55 of file CheckSum.h. References checksum(), and type(). Referenced by zypp::source::yum::YUMSourceImpl::downloadNeeded(), zypp::source::susetags::SuseTagsImpl::downloadNeeded(), and zypp::source::susetags::SuseTagsImpl::verifyFile(). |
|
|
Definition at line 58 of file CheckSum.h. Referenced by CheckSum(), operator==(), and type(). |
|
|
Definition at line 59 of file CheckSum.h. Referenced by checksum(), CheckSum(), and operator==(). |
1.4.6