LLGL 0.05 Beta
Loading...
Searching...
No Matches
LLGL::UTF8String Member List

This is the complete list of members for LLGL::UTF8String, including all inherited members.

append(size_type count, char ch)LLGL::UTF8String
append(const char *first, const char *last)LLGL::UTF8String
at(size_type pos) constLLGL::UTF8Stringinline
back() constLLGL::UTF8Stringinline
begin() const noexceptLLGL::UTF8Stringinline
c_str() const noexceptLLGL::UTF8Stringinline
capacity() const noexceptLLGL::UTF8Stringinline
cbegin() const noexceptLLGL::UTF8Stringinline
cend() const noexceptLLGL::UTF8Stringinline
clear()LLGL::UTF8String
compare(const StringView &str) constLLGL::UTF8String
compare(size_type pos1, size_type count1, const StringView &str) constLLGL::UTF8String
compare(size_type pos1, size_type count1, const StringView &str, size_type pos2, size_type count2=npos) constLLGL::UTF8String
compare(const WStringView &str) constLLGL::UTF8String
compare(size_type pos1, size_type count1, const WStringView &str) constLLGL::UTF8String
compare(size_type pos1, size_type count1, const WStringView &str, size_type pos2, size_type count2=npos) constLLGL::UTF8String
const_iterator typedefLLGL::UTF8String
const_pointer typedefLLGL::UTF8String
const_reference typedefLLGL::UTF8String
const_reverse_iterator typedefLLGL::UTF8String
crbegin() constLLGL::UTF8Stringinline
crend() constLLGL::UTF8Stringinline
data() const noexceptLLGL::UTF8Stringinline
difference_type typedefLLGL::UTF8String
empty() const noexceptLLGL::UTF8Stringinline
end() const noexceptLLGL::UTF8Stringinline
front() constLLGL::UTF8Stringinline
iterator typedefLLGL::UTF8String
length() const noexceptLLGL::UTF8Stringinline
nposLLGL::UTF8Stringstatic
operator const_pointer() constLLGL::UTF8Stringinline
operator StringView() constLLGL::UTF8Stringinline
operator+=(const UTF8String &rhs)LLGL::UTF8String
operator+=(const StringView &rhs)LLGL::UTF8String
operator+=(const WStringView &rhs)LLGL::UTF8String
operator+=(const char *rhs)LLGL::UTF8String
operator+=(const wchar_t *rhs)LLGL::UTF8String
operator+=(char chr)LLGL::UTF8String
operator+=(wchar_t chr)LLGL::UTF8String
operator=(const UTF8String &rhs)LLGL::UTF8String
operator=(UTF8String &&rhs)LLGL::UTF8String
operator[](size_type pos) constLLGL::UTF8Stringinline
pointer typedefLLGL::UTF8String
Printf(const char *format,...)LLGL::UTF8Stringstatic
rbegin() constLLGL::UTF8Stringinline
reference typedefLLGL::UTF8String
rend() constLLGL::UTF8Stringinline
resize(size_type size, char ch='\0')LLGL::UTF8String
reverse_iterator typedefLLGL::UTF8String
size() const noexceptLLGL::UTF8Stringinline
size_type typedefLLGL::UTF8String
substr(size_type pos=0, size_type cout=npos) constLLGL::UTF8String
to_utf16() constLLGL::UTF8String
UTF8String()LLGL::UTF8String
UTF8String(const UTF8String &rhs)LLGL::UTF8String
UTF8String(UTF8String &&rhs)LLGL::UTF8String
UTF8String(const StringView &str)LLGL::UTF8String
UTF8String(const WStringView &str)LLGL::UTF8String
UTF8String(const char *str)LLGL::UTF8String
UTF8String(const wchar_t *str)LLGL::UTF8String
UTF8String(const TString< TChar, Traits, Allocator > &str)LLGL::UTF8Stringinline
UTF8String(SmallVector< char > &&data)LLGL::UTF8Stringexplicit
value_type typedefLLGL::UTF8String