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