|
enum | { parts_count = N
} |
| Store size of Version object.
|
|
using | ComponentType = AZ::u64 |
| The type each component is stored as.
|
|
◆ Compare()
Compare two versions.
Returns: 0 if a == b, <0 if a < b, and >0 if a > b.
◆ IsZero()
Check if current version is all zero-ed out
Returns: True if the current version is all zero-ed out, else false
◆ ParseFromString()
Parses a version from a string in the format "[part].[part].[part] ...".
- Parameters
-
[in] | versionStr | The string to parse for a version. |
- Returns
- On success, the parsed Version; on failure, a message describing the error.
◆ ToString()
Returns the version in string form.
- Returns
- The version as a string formatted as "[major].[minor].[patch]".
The documentation for this struct was generated from the following file:
- Code/Framework/AzCore/AzCore/Dependency/Version.h