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 160 of file UT_PackageUtils.h.

Constructor & Destructor Documentation

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

Definition at line 163 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 171 of file UT_PackageUtils.h.

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

Definition at line 249 of file UT_PackageUtils.h.

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

Definition at line 234 of file UT_PackageUtils.h.

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

Definition at line 239 of file UT_PackageUtils.h.

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

Definition at line 244 of file UT_PackageUtils.h.

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

Definition at line 224 of file UT_PackageUtils.h.

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

Definition at line 229 of file UT_PackageUtils.h.

Member Data Documentation

int UT_Package::utils::HVersion::myBuild

Definition at line 288 of file UT_PackageUtils.h.

int UT_Package::utils::HVersion::myMajor

Definition at line 286 of file UT_PackageUtils.h.

int UT_Package::utils::HVersion::myMinor

Definition at line 287 of file UT_PackageUtils.h.

int UT_Package::utils::HVersion::myPatch

Definition at line 289 of file UT_PackageUtils.h.


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