#include <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 | |||
Allows to create a checker composed of various checkers altothether. It will only validate if all the checkers validate.
CompositeFileChecker com; com.add(checker1); com.add(checker2); fetcher.enqueue(location, com);
Definition at line 140 of file FileChecker.h.
| void zypp::CompositeFileChecker::add | ( | const FileChecker & | checker | ) |
| void zypp::CompositeFileChecker::operator() | ( | const Pathname & | file | ) | const |
| int zypp::CompositeFileChecker::checkersSize | ( | ) | const [inline] |
std::list<FileChecker> zypp::CompositeFileChecker::_checkers [private] |
Definition at line 151 of file FileChecker.h.
Referenced by add(), checkersSize(), and operator()().
1.5.3