|
enum class | Octet : uint {
Major = 0
, Minor = 1
, Patch = 2
, Revision = 3
,
Beta = 4
, NumOctets = 5
, Invalid = 5
} |
|
|
GameVersion & | operator= (GameVersion const &) |
|
MCAPI | GameVersion (::GameVersion const &) |
|
MCAPI | GameVersion (::ListTag const &tag) |
|
MCAPI | GameVersion (uint major, uint minor, uint patch, uint revision, uint isBeta) |
|
MCAPI bool | operator< (::GameVersion const &other) const |
|
MCAPI::GameVersion & | operator= (::GameVersion &&) |
|
MCAPI bool | operator>= (::GameVersion const &other) const |
|
MCAPI void * | $ctor (::GameVersion const &) |
|
MCAPI void * | $ctor (::ListTag const &tag) |
|
MCAPI void * | $ctor (uint major, uint minor, uint patch, uint revision, uint isBeta) |
|
MCFOLD void | $dtor () |
|
|
::ll::TypedStorage< 4, 20, uint[5]> | mDigit |
|
::ll::TypedStorage< 8, 32, ::std::string > | mString |
|
The documentation for this class was generated from the following file: