LibPkg
Namespaces | Functions
libpkg/version.cc File Reference
#include <ctype.h>
#include "libpkg/version.h"

Namespaces

 pkg
 The namespace used to hold the package management library.
 

Functions

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...
 

Reference Manual LibPkg Version 0.9.0 (4 Sep 2020)