#include <AddonVersion.h>
|
| static bool | SplitFileName (std::string &ID, std::string &version, const std::string &filename) |
| |
◆ AddonVersion() [1/4]
| ADDON::AddonVersion::AddonVersion |
( |
const char * |
version = nullptr | ) |
|
|
explicit |
◆ AddonVersion() [2/4]
| ADDON::AddonVersion::AddonVersion |
( |
const std::string & |
version | ) |
|
|
explicit |
◆ AddonVersion() [3/4]
| ADDON::AddonVersion::AddonVersion |
( |
const AddonVersion & |
other | ) |
|
|
default |
◆ AddonVersion() [4/4]
◆ ~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!=()
◆ operator<()
◆ operator<=()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
◆ operator>()
◆ operator>=()
◆ 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: