Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::SemanticVersion Struct Reference

#include <Version.h>

Inherits AZ::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 AZ::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 AZ::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 AZ::Version< 3 >
static AZ::Outcome< Version, AZStd::stringParseFromString (const AZStd::string &versionStr)
 
static int Compare (const Version &a, const Version &b)
 
- Public Attributes inherited from AZ::Version< 3 >
AZStd::array< ComponentType, N > m_parts
 

Detailed Description

Represents a version conforming to the Semantic Versioning standard (http://semver.org/)


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