#include <unistr.h>
Inheritance diagram for UCharReference::
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 () | |
virtual UClassID | getDynamicClassID () const |
ICU "poor man's RTTI", returns a UClassID for the actual class. More... | |
Static Public Methods | |
UClassID | getStaticClassID () |
ICU "poor man's RTTI", returns a UClassID for this class. More... | |
Private Attributes | |
UnicodeString * | fString |
int32_t | fPos |
Static Private Attributes | |
const char | fgClassID |
The address of this static class variable serves as this class's ID for ICU "poor man's RTTI". More... |
Definition at line 4012 of file unistr.h.
|
|
|
|
|
|
|
|
|
ICU "poor man's RTTI", returns a UClassID for the actual class.
Reimplemented from UObject. |
|
ICU "poor man's RTTI", returns a UClassID for this class.
|
|
|
|
|
|
Definition at line 4070 of file unistr.h. Referenced by UCharReference().
|
|
Definition at line 4041 of file unistr.h. Referenced by operator=().
|
|
Definition at line 4040 of file unistr.h. Referenced by operator=().
|
|
The address of this static class variable serves as this class's ID for ICU "poor man's RTTI".
|