Plutonium framework API  0.3
Simple UI framework for libnx and SDL2
pu::String Member List

This is the complete list of members for pu::String, including all inherited members.

AsUTF16()pu::String
AsUTF8()pu::String
begin()pu::String
empty()pu::String
end()pu::String
erase(size_t Offset, size_t Length=npos)pu::String
find(String Str, size_t Position=0)pu::String
find_first_of(String Str, size_t Position=0)pu::String
find_last_of(String Str, size_t Position=npos)pu::String
GetLength()pu::String
HasAny()pu::String
IsEmpty()pu::String
length()pu::String
npospu::Stringstatic
operator!=(const char *C_UTF8)pu::String
operator!=(const char16_t *C_UTF16)pu::String
operator!=(std::string UTF8)pu::String
operator!=(std::u16string UTF16)pu::String
operator!=(String Str)pu::String
operator+(const String &L, char R)pu::Stringfriend
operator+(const String &L, const char *R)pu::Stringfriend
operator+(const String &L, const char16_t *R)pu::Stringfriend
operator+(const String &L, const std::string R)pu::Stringfriend
operator+(const String &L, const std::u16string R)pu::Stringfriend
operator+(const String &L, const String &R)pu::Stringfriend
operator+(const String &L, u8 U)pu::Stringfriend
operator+(const String &L, u16 U)pu::Stringfriend
operator+(const String &L, u32 U)pu::Stringfriend
operator+(const String &L, u64 U)pu::Stringfriend
operator+(const String &L, s8 I)pu::Stringfriend
operator+(const String &L, s16 I)pu::Stringfriend
operator+(const String &L, i32 I)pu::Stringfriend
operator+(const String &L, s64 I)pu::Stringfriend
operator+(const String &L, float D)pu::Stringfriend
operator+(const String &L, double D)pu::Stringfriend
operator+=(const char *C_UTF8)pu::String
operator+=(const char16_t *C_UTF16)pu::String
operator+=(std::string UTF8)pu::String
operator+=(std::u16string UTF16)pu::String
operator+=(String Str)pu::String
operator+=(char C)pu::String
operator+=(u8 U)pu::String
operator+=(u16 U)pu::String
operator+=(u32 U)pu::String
operator+=(u64 U)pu::String
operator+=(s8 I)pu::String
operator+=(s16 I)pu::String
operator+=(i32 I)pu::String
operator+=(s64 I)pu::String
operator+=(float D)pu::String
operator+=(double D)pu::String
operator==(const char *C_UTF8)pu::String
operator==(const char16_t *C_UTF16)pu::String
operator==(std::string UTF8)pu::String
operator==(std::u16string UTF16)pu::String
operator==(String Str)pu::String
replace(size_t Position, size_t Length, String Str)pu::String
reserve(size_t Length)pu::String
StartsWith(String Str)pu::String
String()pu::String
String(const char *C_UTF8)pu::String
String(const char16_t *C_UTF16)pu::String
String(std::string UTF8)pu::String
String(std::u16string UTF16)pu::String
substr(size_t Offset, size_t Length=npos)pu::String
Substring(size_t Index, size_t Length)pu::String