LeviLamina
Loading...
Searching...
No Matches
BaseGameVersion Class Reference

Classes

struct  any_version_constructor
 

Public Member Functions

MCAPI BaseGameVersion (::BaseGameVersion const &rhs)
 
MCAPI BaseGameVersion (ushort major, uint minor, uint patch)
 
MCAPI::std::string asString () const
 
MCAPI bool isCompatibleWith (::BaseGameVersion const &baseGameVersion) const
 
MCAPI bool operator<= (::BaseGameVersion const &rhs) const
 
MCAPI::BaseGameVersion & operator= (::BaseGameVersion const &)
 
MCAPI bool operator>= (::BaseGameVersion const &rhs) const
 
MCAPI ~BaseGameVersion ()
 
MCAPI void * $ctor (::BaseGameVersion const &rhs)
 
MCAPI void * $ctor (ushort major, uint minor, uint patch)
 
MCAPI void $dtor ()
 

Static Public Member Functions

static MCAPI ::SemVersion::MatchType fromString (::std::string const &source, ::BaseGameVersion &output)
 
static MCAPI ::BaseGameVersion const & ANY ()
 
static MCAPI ::BaseGameVersion const & EMPTY ()
 
static MCAPI ::BaseGameVersion const & INCOMPATIBLE ()
 

Public Attributes

::ll::TypedStorage< 8, 24, ::SemVersionmSemVersion
 
::ll::TypedStorage< 1, 1, bool > mNeverCompatible
 

Constructor & Destructor Documentation

◆ BaseGameVersion() [1/2]

MCAPI BaseGameVersion::BaseGameVersion ( ::BaseGameVersion const & rhs)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ BaseGameVersion() [2/2]

MCAPI BaseGameVersion::BaseGameVersion ( ushort major,
uint minor,
uint patch )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ ~BaseGameVersion()

MCAPI BaseGameVersion::~BaseGameVersion ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

Member Function Documentation

◆ asString()

MCAPI::std::string BaseGameVersion::asString ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isCompatibleWith()

MCAPI bool BaseGameVersion::isCompatibleWith ( ::BaseGameVersion const & baseGameVersion) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ operator<=()

MCAPI bool BaseGameVersion::operator<= ( ::BaseGameVersion const & rhs) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ operator=()

MCAPI::BaseGameVersion & BaseGameVersion::operator= ( ::BaseGameVersion const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ operator>=()

MCAPI bool BaseGameVersion::operator>= ( ::BaseGameVersion const & rhs) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ fromString()

static MCAPI ::SemVersion::MatchType BaseGameVersion::fromString ( ::std::string const & source,
::BaseGameVersion & output )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ ANY()

static MCAPI ::BaseGameVersion const & BaseGameVersion::ANY ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ EMPTY()

static MCAPI ::BaseGameVersion const & BaseGameVersion::EMPTY ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ INCOMPATIBLE()

static MCAPI ::BaseGameVersion const & BaseGameVersion::INCOMPATIBLE ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor() [1/2]

MCAPI void * BaseGameVersion::$ctor ( ::BaseGameVersion const & rhs)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor() [2/2]

MCAPI void * BaseGameVersion::$ctor ( ushort major,
uint minor,
uint patch )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $dtor()

MCAPI void BaseGameVersion::$dtor ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

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