11 #ifndef ZYPP_REPO_PLUGINREPOVERIFICATION_H 12 #define ZYPP_REPO_PLUGINREPOVERIFICATION_H 72 bool isNeeded()
const;
90 void operator()(
const Pathname & file_r )
const;
122 {
return !( lhs == rhs ); }
128 #endif // ZYPP_REPO_PLUGINREPOVERIFICATION_H bool operator==(const Capability &lhs, const Capability &rhs)
relates: Capability
Repository metadata verification beyond GPG.
bool operator!=(const PluginRepoverification &lhs, const PluginRepoverification &rhs)
relates: PluginRepoverification
PluginRepoverification implementation.
String related utilities and Regular expression matching.
What is known about a repository.
RW_pointer< Impl > _pimpl
Pointer to implementation (ref).
std::ostream & operator<<(std::ostream &str, TraceCADBase::What obj)
relates: TraceCADBase Stream output of TraceCADBase::What.
Provides API related macros.
std::ostream & dumpOn(std::ostream &str, const Capability &obj)
relates: Capability Detailed stream output
FileChecker checking all repoverification plugins.
PluginRepoverificationCheckException(const std::string &msg)
zypp_private::repo::PluginRepoverification PluginRepoverification
Exceptiontype thrown if a plugins verification fails.
RW_pointer< Impl > _pimpl
Implementation class.
std::ostream & dumOn(std::ostream &str, const PluginRepoverification &obj)
relates: PluginRepoverification Verbose stream output
PluginRepoverification::Checker data storage.
Easy-to use interface to the ZYPP dependency resolver.