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