LeviLamina
Loading...
Searching...
No Matches
Core::StringConversions Class Reference

Static Public Member Functions

static MCAPI ::std::string toUtf8 (wchar_t const *src, int srcLen)
 
static MCAPI int toUtf8 (wchar_t const *src, int srcLen, char *dest, int max)
 
static MCAPI ::std::wstring toWide (::std::string_view src)
 
static MCAPI ::std::wstring toWide (char const *src, int srcLen)
 
static MCAPI int toWide (char const *src, int srcLen, wchar_t *dest, int max)
 

Member Function Documentation

◆ toUtf8() [1/2]

static MCAPI ::std::string Core::StringConversions::toUtf8 ( wchar_t const * src,
int srcLen )
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.

◆ toUtf8() [2/2]

static MCAPI int Core::StringConversions::toUtf8 ( wchar_t const * src,
int srcLen,
char * dest,
int max )
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.

◆ toWide() [1/3]

static MCAPI ::std::wstring Core::StringConversions::toWide ( ::std::string_view src)
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.

◆ toWide() [2/3]

static MCAPI ::std::wstring Core::StringConversions::toWide ( char const * src,
int srcLen )
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.

◆ toWide() [3/3]

static MCAPI int Core::StringConversions::toWide ( char const * src,
int srcLen,
wchar_t * dest,
int max )
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.

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