#include <cstdio>#include <cstring>#include <alloca.h>#include <assert.h>#include <cctype>#include <iostream>#include <y2util/Y2SLog.h>#include <y2util/stringutil.h>#include <y2pm/PkgEdition.h>Functions | |
| rel_op | str2rel_op (const std::string &str_r) |
| std::string | asString (rel_op op_r) |
| std::ostream & | operator<< (std::ostream &str, rel_op obj) |
| ostream & | operator<< (ostream &os, const PkgEdition &e) |
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Converts < <= > >= = == != LT LE GT GE EQ NE; everything else is NONE. (NOTE: !=/NE is not supported by rpm). |
1.4.4