| libzypp 17.37.14
    | 
Checker composed of more checkers. More...
#include <zypp/FileChecker.h>
| Public Member Functions | |
| void | add (const FileChecker &checker) | 
| void | operator() (const Pathname &file) const | 
| int | checkersSize () const | 
| Private Attributes | |
| std::list< FileChecker > | _checkers | 
Checker composed of more checkers.
Allows to create a checker composed of various checkers altothether. It will only validate if all the checkers validate.
Definition at line 135 of file FileChecker.h.
| void zypp::CompositeFileChecker::add | ( | const FileChecker & | checker | ) | 
Definition at line 67 of file FileChecker.cc.
| void zypp::CompositeFileChecker::operator() | ( | const Pathname & | file | ) | const | 
| FileCheckException | if validation fails | 
Definition at line 50 of file FileChecker.cc.
| 
 | inline | 
Definition at line 144 of file FileChecker.h.
| 
 | private | 
Definition at line 146 of file FileChecker.h.