|
|
UCharReference is the dynamic counterpart of UChar. It's used when characters retrieved via index from a UString are used in an assignment expression (and therefore can't be treated as being const):
UString s("hello world"); s[0] = 'H'; |
If that sounds confusing your best bet is to simply forget about the existance of this class and treat is as being identical to UChar.
UCharReference& |
Set the referenced character to c.
UCharReference& |
Same operator as above except the argument that it takes.
unsigned short |
[const]
Returns: Unicode value.
unsigned char& |
[const]
Returns: Lower byte.
unsigned char& |
[const]
Returns: Higher byte.
UChar |
[const]
Returns: Character converted to lower case.
UChar |
[const]
Returns: Character converted to upper case.
Generated by: baudens@ke.mandrakesoft.com on Thu Oct 26 17:36:53 2000, using kdoc 2.0a40. |