TCharLC Class Reference

#include <e32std.h>

Link against: eposprvtyp.lib

class TCharLC : public TChar

Inherits from

Detailed Description

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

Constructor & Destructor Documentation

TCharLC ( TUint )

TCharLC(TUintaChar)[inline]

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

ParameterDescription
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.

ParameterDescription
aCharThe character object to use as the initialisation value.

Member Function Documentation

operator= ( TUint )

TCharLC &operator=(TUintaChar)[inline]

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

ParameterDescription
aCharThe value to assign.

Returns: A reference to this 'character to lower case' object.

operator= ( const TChar & )

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

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

ParameterDescription
aCharThe character object to assign.

Returns: A reference to this 'character to lower case' object.