LibreOffice Module onlineupdate (master) 1
|
#include <nsVersionComparator.h>
Public Member Functions | |
Version (const char *aVersionString) | |
const char * | ReadContent () const |
~Version () | |
bool | operator< (const Version &aRhs) const |
bool | operator<= (const Version &aRhs) const |
bool | operator> (const Version &aRhs) const |
bool | operator>= (const Version &aRhs) const |
bool | operator== (const Version &aRhs) const |
bool | operator!= (const Version &aRhs) const |
bool | operator< (const char *aRhs) const |
bool | operator<= (const char *aRhs) const |
bool | operator> (const char *aRhs) const |
bool | operator>= (const char *aRhs) const |
bool | operator== (const char *aRhs) const |
bool | operator!= (const char *aRhs) const |
Private Attributes | |
char * | versionContent |
Definition at line 52 of file nsVersionComparator.h.
|
inlineexplicit |
Definition at line 54 of file nsVersionComparator.h.
References versionContent.
|
inline |
Definition at line 64 of file nsVersionComparator.h.
References versionContent.
|
inline |
Definition at line 113 of file nsVersionComparator.h.
References mozilla::CompareVersions(), and versionContent.
|
inline |
Definition at line 89 of file nsVersionComparator.h.
References mozilla::CompareVersions(), ReadContent(), and versionContent.
|
inline |
Definition at line 93 of file nsVersionComparator.h.
References mozilla::CompareVersions(), and versionContent.
|
inline |
Definition at line 69 of file nsVersionComparator.h.
References mozilla::CompareVersions(), ReadContent(), and versionContent.
|
inline |
Definition at line 97 of file nsVersionComparator.h.
References mozilla::CompareVersions(), and versionContent.
|
inline |
Definition at line 73 of file nsVersionComparator.h.
References mozilla::CompareVersions(), ReadContent(), and versionContent.
|
inline |
Definition at line 109 of file nsVersionComparator.h.
References mozilla::CompareVersions(), and versionContent.
|
inline |
Definition at line 85 of file nsVersionComparator.h.
References mozilla::CompareVersions(), ReadContent(), and versionContent.
|
inline |
Definition at line 101 of file nsVersionComparator.h.
References mozilla::CompareVersions(), and versionContent.
|
inline |
Definition at line 77 of file nsVersionComparator.h.
References mozilla::CompareVersions(), ReadContent(), and versionContent.
|
inline |
Definition at line 105 of file nsVersionComparator.h.
References mozilla::CompareVersions(), and versionContent.
|
inline |
Definition at line 81 of file nsVersionComparator.h.
References mozilla::CompareVersions(), ReadContent(), and versionContent.
|
inline |
Definition at line 59 of file nsVersionComparator.h.
References versionContent.
Referenced by operator!=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().
|
private |
Definition at line 119 of file nsVersionComparator.h.
Referenced by operator!=(), operator<(), operator<=(), operator==(), operator>(), operator>=(), ReadContent(), Version(), and ~Version().