TCharUC Class Reference
Link against: eposprvtyp.lib
class TCharUC : public TChar |
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 | ( | TUint | aChar | ) | [inline] |
Constructs this 'character to upper case' object and initialises it with the specified value.
Parameter | Description | aChar | The 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.
Parameter | Description | aChar | The character object to use as the initialisation value. |
Member Function Documentation
operator= ( TUint )
Assigns an unsigned integer value to the 'character to upper case' object.
Parameter | Description | aChar | The value to assign. |
Returns: A reference to this 'character to upper case' object.
operator= ( const TChar & )
Assigns the specified character object to this 'character to upper case' object.
Parameter | Description | aChar | The character object to assign. |
Returns: A reference to this 'character to upper case' object.