#include <exception>
#include <stdexcept>
#include <string>
Go to the source code of this file.
|
| pkg |
| The namespace used to hold the package management library.
|
|
|
bool | pkg::operator== (const version &lhs, const version &rhs) |
| Test whether two versions are equal. More...
|
|
bool | pkg::operator!= (const version &lhs, const version &rhs) |
| Test whether two versions are unequal. More...
|
|
bool | pkg::operator< (const version &lhs, const version &rhs) |
| Test whether one version is less than another. More...
|
|
bool | pkg::operator>= (const version &lhs, const version &rhs) |
| Test whether one version is greater than or equal to another. More...
|
|
bool | pkg::operator<= (const version &lhs, const version &rhs) |
| Test whether one version is less than or equal to another. More...
|
|
bool | pkg::operator> (const version &lhs, const version &rhs) |
| Test whether one version is greater than another. More...
|
|