XMP Toolkit version information. More...
#include <XMP_Const.h>
Public Attributes | |
XMP_Uns8 | major |
The primary release number, the "1" in version "1.2.3". More... | |
XMP_Uns8 | minor |
The secondary release number, the "2" in version "1.2.3". More... | |
XMP_Uns8 | micro |
The tertiary release number, the "3" in version "1.2.3". More... | |
XMP_Bool | isDebug |
A 0/1 boolean value, true if this is a debug build. More... | |
XMP_Uns32 | build |
A rolling build number, monotonically increasing in a release. More... | |
XMP_Uns32 | flags |
Individual feature implementation flags. More... | |
XMP_StringPtr | message |
A comprehensive version information string. More... | |
XMP Toolkit version information.
Definition at line 1545 of file XMP_Const.h.
XMP_Uns32 XMP_VersionInfo::build |
A rolling build number, monotonically increasing in a release.
Definition at line 1555 of file XMP_Const.h.
XMP_Uns32 XMP_VersionInfo::flags |
Individual feature implementation flags.
Definition at line 1557 of file XMP_Const.h.
XMP_Bool XMP_VersionInfo::isDebug |
A 0/1 boolean value, true if this is a debug build.
Definition at line 1553 of file XMP_Const.h.
XMP_Uns8 XMP_VersionInfo::major |
The primary release number, the "1" in version "1.2.3".
Definition at line 1547 of file XMP_Const.h.
XMP_StringPtr XMP_VersionInfo::message |
A comprehensive version information string.
Definition at line 1559 of file XMP_Const.h.
XMP_Uns8 XMP_VersionInfo::micro |
The tertiary release number, the "3" in version "1.2.3".
Definition at line 1551 of file XMP_Const.h.
XMP_Uns8 XMP_VersionInfo::minor |
The secondary release number, the "2" in version "1.2.3".
Definition at line 1549 of file XMP_Const.h.