#include <oscl_str_ptr_len.h>
Public Methods | |
WStrPtrLen (const oscl_wchar *newPtr) | |
WStrPtrLen (const oscl_wchar *newPtr, uint32 newLen) | |
WStrPtrLen () | |
WStrPtrLen (const WStrPtrLen &rhs) | |
const oscl_wchar * | c_str () const |
int32 | length () const |
int32 | size () const |
void | setPtrLen (const oscl_wchar *newPtr, uint32 newLen) |
c_bool | isCIEquivalentTo (const WStrPtrLen &rhs) const |
int32 | operator== (const WStrPtrLen &rhs) const |
int32 | operator!= (const WStrPtrLen &rhs) const |
WStrPtrLen & | operator= (const WStrPtrLen &rhs) |
WStrPtrLen & | operator= (const oscl_wchar *rhs) |
Protected Attributes | |
const oscl_wchar * | ptr |
int32 | len |
standard string operations. It should be used for null-terminated constant strings (non-modifiable) of wchar type.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|