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