#include <pkgcache.h>
|
enum | DepCompareOp {
Or =0x10,
NoOp =0,
LessEq =0x1,
GreaterEq =0x2,
Less =0x3,
Greater =0x4,
Equals =0x5,
NotEquals =0x6
} |
| available compare operators More...
|
|
enum | DepType {
Depends =1,
PreDepends =2,
Suggests =3,
Recommends =4,
Conflicts =5,
Replaces =6,
Obsoletes =7,
DpkgBreaks =8,
Enhances =9
} |
|
available compare operators
The lower 4 bits are used to indicate what operator is being specified and the upper 4 bits are flags. OR indicates that the next package is or'd with the current package.
Enumerator |
---|
Or |
|
NoOp |
|
LessEq |
|
GreaterEq |
|
Less |
|
Greater |
|
Equals |
|
NotEquals |
|
Enumerator |
---|
Depends |
|
PreDepends |
|
Suggests |
|
Recommends |
|
Conflicts |
|
Replaces |
|
Obsoletes |
|
DpkgBreaks |
|
Enhances |
|
The documentation for this struct was generated from the following file: