|
Open 3D Engine AzFramework API Reference
2205.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
#include <Version.h>
Inherits AzFramework::Version< 3 >.
Public Member Functions | |
| SemanticVersion (const Version< 3 > &other) | |
| SemanticVersion (ComponentType major, ComponentType minor, ComponentType patch) | |
| ComponentType | GetMajor () const |
| ComponentType | GetMinor () const |
| ComponentType | GetPatch () const |
Public Member Functions inherited from AzFramework::Version< 3 > | |
| Version (const Version &other) | |
| Version (const AZStd::array< ComponentType, N > &parts) | |
| Version (const std::initializer_list< ComponentType > &values) | |
| AZStd::string | ToString () const |
| bool | IsZero () const |
Additional Inherited Members | |
Public Types inherited from AzFramework::Version< 3 > | |
| enum | |
| Store size of Version object. | |
| using | ComponentType = AZ::u64 |
| The type each component is stored as. | |
Static Public Member Functions inherited from AzFramework::Version< 3 > | |
| static AZ::Outcome< Version, AZStd::string > | ParseFromString (const AZStd::string &versionStr) |
| static int | Compare (const Version &a, const Version &b) |
Public Attributes inherited from AzFramework::Version< 3 > | |
| AZStd::array< ComponentType, N > | m_parts |
Represents a version conforming to the Semantic Versioning standard (http://semver.org/)
1.8.17