ezEngine  Release 25.03
ezHybridString< Size, AllocatorWrapper > Struct Template Reference

#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)
 

Detailed Description

template<ezUInt16 Size, typename AllocatorWrapper = ezDefaultAllocatorWrapper>
struct ezHybridString< Size, AllocatorWrapper >

See also
ezHybridStringBase

The documentation for this struct was generated from the following files: