HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Package::utils::HVersion Class Reference

#include <UT_PackageUtils.h>

Public Member Functions

 HVersion ()
 
int compare (HVersion const &other, bool full=true) const
 
bool operator> (HVersion const &other) const
 
bool operator>= (HVersion const &other) const
 
bool operator< (HVersion const &other) const
 
bool operator<= (HVersion const &other) const
 
bool operator== (HVersion const &other) const
 

Static Public Member Functions

static HVersion convert (UT_StringRef const &str)
 

Public Attributes

int myMajor
 
int myMinor
 
int myBuild
 
int myPatch
 

Detailed Description

Definition at line 161 of file UT_PackageUtils.h.

Constructor & Destructor Documentation

UT_Package::utils::HVersion::HVersion ( )
inline

Definition at line 164 of file UT_PackageUtils.h.

Member Function Documentation

int UT_Package::utils::HVersion::compare ( HVersion const other,
bool  full = true 
) const
inline

Definition at line 172 of file UT_PackageUtils.h.

static HVersion UT_Package::utils::HVersion::convert ( UT_StringRef const str)
inlinestatic

Definition at line 250 of file UT_PackageUtils.h.

bool UT_Package::utils::HVersion::operator< ( HVersion const other) const
inline

Definition at line 235 of file UT_PackageUtils.h.

bool UT_Package::utils::HVersion::operator<= ( HVersion const other) const
inline

Definition at line 240 of file UT_PackageUtils.h.

bool UT_Package::utils::HVersion::operator== ( HVersion const other) const
inline

Definition at line 245 of file UT_PackageUtils.h.

bool UT_Package::utils::HVersion::operator> ( HVersion const other) const
inline

Definition at line 225 of file UT_PackageUtils.h.

bool UT_Package::utils::HVersion::operator>= ( HVersion const other) const
inline

Definition at line 230 of file UT_PackageUtils.h.

Member Data Documentation

int UT_Package::utils::HVersion::myBuild

Definition at line 289 of file UT_PackageUtils.h.

int UT_Package::utils::HVersion::myMajor

Definition at line 287 of file UT_PackageUtils.h.

int UT_Package::utils::HVersion::myMinor

Definition at line 288 of file UT_PackageUtils.h.

int UT_Package::utils::HVersion::myPatch

Definition at line 290 of file UT_PackageUtils.h.


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