TCharLC Class Reference

class TCharLC : public TChar

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

Inherits from

Constructor & Destructor Documentation

TCharLC(TUint)

TCharLC(TUintaChar)[inline]

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

Parameters

TUint aCharThe initialisation value.

TCharLC(const TChar &)

TCharLC(const TChar &aChar)[inline]

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

Parameters

const TChar & aCharThe character object to use as the initialisation value.

Member Functions Documentation

operator=(TUint)

TCharLC &operator=(TUintaChar)[inline]

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

Parameters

TUint aCharThe value to assign.

operator=(const TChar &)

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

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

Parameters

const TChar & aCharThe character object to assign.