class TCharUC : public TChar |
Converts a specified character to upper case and provides functions to convert additional characters after construction of the object.
Public Member Functions | |
---|---|
TCharUC(TUint) | |
TCharUC(const TChar &) | |
TCharUC & | operator=(TUint) |
TCharUC & | operator=(const TChar &) |
Inherited Enumerations | |
---|---|
TChar:@4 | |
TChar:TBdCategory | |
TChar:TCategory | |
TChar:TCjkWidth | |
TChar:TEncoding |
TCharUC | ( | TUint | aChar | ) | [inline] |
Constructs this 'character to upper case' object and initialises it with the specified value.
TUint aChar | The initialisation value. |
TCharUC | ( | const TChar & | aChar | ) | [inline] |
Constructs this 'character to upper case' object and initialises it with the value of the TChar object aChar.
const TChar & aChar | The character object to use as the initialisation value. |