|
libzypp
17.25.7
|
#include <iosfwd>#include <list>#include <zypp/base/DefaultIntegral.h>#include <zypp/base/Exception.h>#include <zypp/base/Function.h>#include <zypp/PathInfo.h>#include <zypp/CheckSum.h>#include <zypp/KeyContext.h>

Go to the source code of this file.
Classes | |
| class | zypp::FileCheckException |
| class | zypp::CheckSumCheckException |
| class | zypp::SignatureCheckException |
| class | zypp::ChecksumFileChecker |
| Built in file checkers. More... | |
| class | zypp::SignatureFileChecker |
| Checks for the validity of a signature. More... | |
| class | zypp::NullFileChecker |
| Checks for nothing Used as the default checker. More... | |
| class | zypp::CompositeFileChecker |
| Checker composed of more checkers. More... | |
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
Typedefs | |
| typedef function< void(const Pathname &file)> | zypp::FileChecker |
| Functor signature used to check files. More... | |