#include <dependency.h>
Public Member Functions | |
DependentPackage (PMString dependency) | |
Constructor that processes the normal portage syntax. | |
bool | operator== (DependentPackage param) |
Checks for equality between DependentPackage. | |
bool | operator!= (DependentPackage param) |
Checks for non-equality between DependentPackage. | |
bool | AtomExamine (PMString category, PMString name, PMString version) |
Checks to see if the strings satisfy a dependency. | |
Public Attributes | |
PMString | package |
The string detailing the package that the dependency involves. | |
DependType | dependType |
The flags regarding the dependency. |
|
Constructor that sets the flags within the DependentPackage accordingly and sets the package too.
|
|
Returns true if the strings satisfy the dependency.
|
|
Non-Equality operator.
|
|
Equality operator.
|