|
|
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: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 06:15:46 2001, using kdoc 2.0a35. |