HDK
|
#include <UT_PackageUtils.h>
Public Member Functions | |
HPlatformBuildVersion () | |
int | compare (HPlatformBuildVersion const &other) const |
bool | operator> (HPlatformBuildVersion const &other) const |
bool | operator>= (HPlatformBuildVersion const &other) const |
bool | operator< (HPlatformBuildVersion const &other) const |
bool | operator<= (HPlatformBuildVersion const &other) const |
bool | operator== (HPlatformBuildVersion const &other) const |
void | getVersion (UT_StringHolder &out_name, exint &out_major, exint &out_minor) |
UT_StringHolder | toString () const |
Static Public Member Functions | |
static HPlatformBuildVersion | convert (char const *ver_str) |
static void | getVersion (HPlatformBuildVersion &out_version) |
Public Attributes | |
UT_StringHolder | myName |
exint | myMajor |
exint | myMinor |
Definition at line 408 of file UT_PackageUtils.h.
|
inline |
Definition at line 411 of file UT_PackageUtils.h.
|
inline |
Definition at line 417 of file UT_PackageUtils.h.
|
inlinestatic |
Definition at line 464 of file UT_PackageUtils.h.
|
inline |
Definition at line 502 of file UT_PackageUtils.h.
|
inlinestatic |
Definition at line 510 of file UT_PackageUtils.h.
|
inline |
Definition at line 447 of file UT_PackageUtils.h.
|
inline |
Definition at line 452 of file UT_PackageUtils.h.
|
inline |
Definition at line 457 of file UT_PackageUtils.h.
|
inline |
Definition at line 437 of file UT_PackageUtils.h.
|
inline |
Definition at line 442 of file UT_PackageUtils.h.
|
inline |
Definition at line 519 of file UT_PackageUtils.h.
exint UT_Package::utils::HPlatformBuildVersion::myMajor |
Definition at line 538 of file UT_PackageUtils.h.
exint UT_Package::utils::HPlatformBuildVersion::myMinor |
Definition at line 539 of file UT_PackageUtils.h.
UT_StringHolder UT_Package::utils::HPlatformBuildVersion::myName |
Definition at line 537 of file UT_PackageUtils.h.