LibPkg
Classes | Namespaces | Functions
version.h File Reference
#include <exception>
#include <stdexcept>
#include <string>

Go to the source code of this file.

Classes

class  pkg::version
 A class to represent a package version. More...
 
class  pkg::version::parse_error
 An exception class for reporting parse errors. More...
 

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)