#include <ctime>#include <string>#include <iosfwd>Go to the source code of this file.
Classes | |
| class | PkgEdition |
PkgEdition represents [epoch:]version[-release]. More... | |
Enumerations | |
| enum | rel_op { NONE, EQ, NE, LT, LE, GT, GE } |
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) |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Converts < <= > >= = == != LT LE GT GE EQ NE; everything else is NONE. (NOTE: !=/NE is not supported by rpm). |
1.4.4