TCharUC Class Reference

#include <e32std.h>

class TCharUC : public TChar

Inherits from

Detailed Description

Converts a specified character to upper case and provides functions to convert additional characters after construction of the object.

Constructor & Destructor Documentation

TCharUC ( TUint )

TCharUC(TUintaChar)[inline]

Constructs this 'character to upper case' object and initialises it with the specified value.

Parameters
aCharThe initialisation value.

TCharUC ( const TChar & )

TCharUC(const TChar &aChar)[inline]

Constructs this 'character to upper case' object and initialises it with the value of the TChar object aChar.

Parameters
aCharThe character object to use as the initialisation value.

Member Function Documentation

operator= ( TUint )

TCharUC &operator=(TUintaChar)[inline]

Assigns an unsigned integer value to the 'character to upper case' object.

Parameters
aCharThe value to assign.
Return Value
A reference to this 'character to upper case' object.

operator= ( const TChar & )

TCharUC &operator=(const TChar &aChar)[inline]

Assigns the specified character object to this 'character to upper case' object.

Parameters
aCharThe character object to assign.
Return Value
A reference to this 'character to upper case' object.