LibreOffice Module onlineupdate (master) 1
Public Member Functions | Private Attributes | List of all members
mozilla::Version Struct Reference

#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
 

Detailed Description

Definition at line 52 of file nsVersionComparator.h.

Constructor & Destructor Documentation

◆ Version()

mozilla::Version::Version ( const char *  aVersionString)
inlineexplicit

Definition at line 54 of file nsVersionComparator.h.

References versionContent.

◆ ~Version()

mozilla::Version::~Version ( )
inline

Definition at line 64 of file nsVersionComparator.h.

References versionContent.

Member Function Documentation

◆ operator!=() [1/2]

bool mozilla::Version::operator!= ( const char *  aRhs) const
inline

Definition at line 113 of file nsVersionComparator.h.

References mozilla::CompareVersions(), and versionContent.

◆ operator!=() [2/2]

bool mozilla::Version::operator!= ( const Version aRhs) const
inline

Definition at line 89 of file nsVersionComparator.h.

References mozilla::CompareVersions(), ReadContent(), and versionContent.

◆ operator<() [1/2]

bool mozilla::Version::operator< ( const char *  aRhs) const
inline

Definition at line 93 of file nsVersionComparator.h.

References mozilla::CompareVersions(), and versionContent.

◆ operator<() [2/2]

bool mozilla::Version::operator< ( const Version aRhs) const
inline

Definition at line 69 of file nsVersionComparator.h.

References mozilla::CompareVersions(), ReadContent(), and versionContent.

◆ operator<=() [1/2]

bool mozilla::Version::operator<= ( const char *  aRhs) const
inline

Definition at line 97 of file nsVersionComparator.h.

References mozilla::CompareVersions(), and versionContent.

◆ operator<=() [2/2]

bool mozilla::Version::operator<= ( const Version aRhs) const
inline

Definition at line 73 of file nsVersionComparator.h.

References mozilla::CompareVersions(), ReadContent(), and versionContent.

◆ operator==() [1/2]

bool mozilla::Version::operator== ( const char *  aRhs) const
inline

Definition at line 109 of file nsVersionComparator.h.

References mozilla::CompareVersions(), and versionContent.

◆ operator==() [2/2]

bool mozilla::Version::operator== ( const Version aRhs) const
inline

Definition at line 85 of file nsVersionComparator.h.

References mozilla::CompareVersions(), ReadContent(), and versionContent.

◆ operator>() [1/2]

bool mozilla::Version::operator> ( const char *  aRhs) const
inline

Definition at line 101 of file nsVersionComparator.h.

References mozilla::CompareVersions(), and versionContent.

◆ operator>() [2/2]

bool mozilla::Version::operator> ( const Version aRhs) const
inline

Definition at line 77 of file nsVersionComparator.h.

References mozilla::CompareVersions(), ReadContent(), and versionContent.

◆ operator>=() [1/2]

bool mozilla::Version::operator>= ( const char *  aRhs) const
inline

Definition at line 105 of file nsVersionComparator.h.

References mozilla::CompareVersions(), and versionContent.

◆ operator>=() [2/2]

bool mozilla::Version::operator>= ( const Version aRhs) const
inline

Definition at line 81 of file nsVersionComparator.h.

References mozilla::CompareVersions(), ReadContent(), and versionContent.

◆ ReadContent()

const char * mozilla::Version::ReadContent ( ) const
inline

Definition at line 59 of file nsVersionComparator.h.

References versionContent.

Referenced by operator!=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().

Member Data Documentation

◆ versionContent

char* mozilla::Version::versionContent
private

The documentation for this struct was generated from the following file: