![]() |
ezEngine
Release 25.03
|
#include <String.h>
Public Member Functions | |
ezHybridString (ezAllocator *pAllocator) | |
ezHybridString (const ezHybridString< Size, AllocatorWrapper > &other) | |
ezHybridString (const ezHybridStringBase< Size > &other) | |
ezHybridString (const char *rhs) | |
ezHybridString (const wchar_t *rhs) | |
ezHybridString (const ezStringView &rhs) | |
ezHybridString (const ezStringBuilder &rhs) | |
ezHybridString (ezStringBuilder &&rhs) | |
ezHybridString (ezHybridString< Size, AllocatorWrapper > &&other) | |
ezHybridString (ezHybridStringBase< Size > &&other) | |
void | operator= (const ezHybridString< Size, AllocatorWrapper > &rhs) |
void | operator= (const ezHybridStringBase< Size > &rhs) |
void | operator= (const char *szString) |
void | operator= (const wchar_t *pString) |
void | operator= (const ezStringView &rhs) |
void | operator= (const ezStringBuilder &rhs) |
void | operator= (ezStringBuilder &&rhs) |
void | operator= (ezHybridString< Size, AllocatorWrapper > &&rhs) |
void | operator= (ezHybridStringBase< Size > &&rhs) |