#include <pu_String.hpp>
|
String | operator+ (const String &L, char R) |
|
String | operator+ (const String &L, const char *R) |
|
String | operator+ (const String &L, const char16_t *R) |
|
String | operator+ (const String &L, const std::string R) |
|
String | operator+ (const String &L, const std::u16string R) |
|
String | operator+ (const String &L, const String &R) |
|
String | operator+ (const String &L, u8 U) |
|
String | operator+ (const String &L, u16 U) |
|
String | operator+ (const String &L, u32 U) |
|
String | operator+ (const String &L, u64 U) |
|
String | operator+ (const String &L, s8 I) |
|
String | operator+ (const String &L, s16 I) |
|
String | operator+ (const String &L, i32 I) |
|
String | operator+ (const String &L, s64 I) |
|
String | operator+ (const String &L, float D) |
|
String | operator+ (const String &L, double D) |
|
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 | ) |
|
std::u16string pu::String::AsUTF16 |
( |
| ) |
|
std::string pu::String::AsUTF8 |
( |
| ) |
|
iterator pu::String::begin |
( |
| ) |
|
bool pu::String::empty |
( |
| ) |
|
iterator pu::String::end |
( |
| ) |
|
void pu::String::erase |
( |
size_t |
Offset, |
|
|
size_t |
Length = npos |
|
) |
| |
size_t pu::String::find |
( |
String |
Str, |
|
|
size_t |
Position = 0 |
|
) |
| |
size_t pu::String::find_first_of |
( |
String |
Str, |
|
|
size_t |
Position = 0 |
|
) |
| |
size_t pu::String::find_last_of |
( |
String |
Str, |
|
|
size_t |
Position = npos |
|
) |
| |
size_t pu::String::GetLength |
( |
| ) |
|
bool pu::String::HasAny |
( |
| ) |
|
bool pu::String::IsEmpty |
( |
| ) |
|
size_t pu::String::length |
( |
| ) |
|
bool pu::String::operator!= |
( |
const char * |
C_UTF8 | ) |
|
bool pu::String::operator!= |
( |
const char16_t * |
C_UTF16 | ) |
|
bool pu::String::operator!= |
( |
std::string |
UTF8 | ) |
|
bool pu::String::operator!= |
( |
std::u16string |
UTF16 | ) |
|
bool pu::String::operator!= |
( |
String |
Str | ) |
|
String pu::String::operator+= |
( |
const char * |
C_UTF8 | ) |
|
String pu::String::operator+= |
( |
const char16_t * |
C_UTF16 | ) |
|
String pu::String::operator+= |
( |
std::string |
UTF8 | ) |
|
String pu::String::operator+= |
( |
std::u16string |
UTF16 | ) |
|
String pu::String::operator+= |
( |
char |
C | ) |
|
String pu::String::operator+= |
( |
u8 |
U | ) |
|
String pu::String::operator+= |
( |
u16 |
U | ) |
|
String pu::String::operator+= |
( |
u32 |
U | ) |
|
String pu::String::operator+= |
( |
u64 |
U | ) |
|
String pu::String::operator+= |
( |
s8 |
I | ) |
|
String pu::String::operator+= |
( |
s16 |
I | ) |
|
String pu::String::operator+= |
( |
s64 |
I | ) |
|
String pu::String::operator+= |
( |
float |
D | ) |
|
String pu::String::operator+= |
( |
double |
D | ) |
|
bool pu::String::operator== |
( |
const char * |
C_UTF8 | ) |
|
bool pu::String::operator== |
( |
const char16_t * |
C_UTF16 | ) |
|
bool pu::String::operator== |
( |
std::string |
UTF8 | ) |
|
bool pu::String::operator== |
( |
std::u16string |
UTF16 | ) |
|
bool pu::String::operator== |
( |
String |
Str | ) |
|
String pu::String::replace |
( |
size_t |
Position, |
|
|
size_t |
Length, |
|
|
String |
Str |
|
) |
| |
void pu::String::reserve |
( |
size_t |
Length | ) |
|
bool pu::String::StartsWith |
( |
String |
Str | ) |
|
String pu::String::substr |
( |
size_t |
Offset, |
|
|
size_t |
Length = npos |
|
) |
| |
String pu::String::Substring |
( |
size_t |
Index, |
|
|
size_t |
Length |
|
) |
| |
String operator+ |
( |
const String & |
L, |
|
|
const std::u16string |
R |
|
) |
| |
|
friend |
const size_t pu::String::npos |
|
static |
The documentation for this class was generated from the following file: