#include <unistr.h>
Public Methods | |
UCharReference () | |
UCharReference (UnicodeString *string, int32_t pos) | |
UCharReference (const UCharReference &that) | |
~UCharReference () | |
UCharReference & | operator= (const UCharReference &that) |
UCharReference & | operator= (UChar c) |
operator UChar () | |
Private Attributes | |
UnicodeString * | fString |
int32_t | fPos |
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 3862 of file unistr.h. Referenced by UCharReference().
|
|
Definition at line 3840 of file unistr.h. Referenced by operator=().
|
|
Definition at line 3839 of file unistr.h. Referenced by operator=().
|