#include <AddonVersion.h>
|
static bool | SplitFileName (std::string &ID, std::string &version, const std::string &filename) |
|
§ AddonVersion() [1/2]
ADDON::AddonVersion::AddonVersion |
( |
const AddonVersion & |
other | ) |
|
|
inline |
§ AddonVersion() [2/2]
ADDON::AddonVersion::AddonVersion |
( |
const std::string & |
version | ) |
|
|
explicit |
§ ~AddonVersion()
virtual ADDON::AddonVersion::~AddonVersion |
( |
| ) |
|
|
virtualdefault |
§ asString()
std::string ADDON::AddonVersion::asString |
( |
| ) |
const |
§ CompareComponent()
int ADDON::AddonVersion::CompareComponent |
( |
const char * |
a, |
|
|
const char * |
b |
|
) |
| |
|
staticprotected |
Compare two components of a Debian-style version. Return -1, 0, or 1 if a is less than, equal to, or greater than b, respectively.
§ empty()
bool ADDON::AddonVersion::empty |
( |
| ) |
const |
§ Epoch()
int ADDON::AddonVersion::Epoch |
( |
| ) |
const |
|
inline |
§ operator!=()
bool ADDON::AddonVersion::operator!= |
( |
const AddonVersion & |
other | ) |
const |
§ operator<()
bool ADDON::AddonVersion::operator< |
( |
const AddonVersion & |
other | ) |
const |
§ operator<=()
bool ADDON::AddonVersion::operator<= |
( |
const AddonVersion & |
other | ) |
const |
§ operator=()
§ operator==()
bool ADDON::AddonVersion::operator== |
( |
const AddonVersion & |
other | ) |
const |
§ operator>()
bool ADDON::AddonVersion::operator> |
( |
const AddonVersion & |
other | ) |
const |
§ operator>=()
bool ADDON::AddonVersion::operator>= |
( |
const AddonVersion & |
other | ) |
const |
§ Revision()
const std::string& ADDON::AddonVersion::Revision |
( |
| ) |
const |
|
inline |
§ SplitFileName()
bool ADDON::AddonVersion::SplitFileName |
( |
std::string & |
ID, |
|
|
std::string & |
version, |
|
|
const std::string & |
filename |
|
) |
| |
|
static |
§ Upstream()
const std::string& ADDON::AddonVersion::Upstream |
( |
| ) |
const |
|
inline |
§ mEpoch
int ADDON::AddonVersion::mEpoch |
|
protected |
§ mRevision
std::string ADDON::AddonVersion::mRevision |
|
protected |
§ mUpstream
std::string ADDON::AddonVersion::mUpstream |
|
protected |
The documentation for this class was generated from the following files: