Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <e32std.h>

Class TCharLC

class TCharLC : public TChar;

Description

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

Derivation

Members

Defined in TCharLC:

Inherited from TChar:


Construction and destruction


TCharLC(TUint)

inline TCharLC(TUint aChar);

Description

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

Parameters

TUint aChar

The initialisation value.


TCharLC(const TChar &)

inline TCharLC(const TChar &aChar);

Description

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

Parameters

const TChar &aChar

The character object to use as the initialisation value.

[Top]


Member functions


operator=(TUint)

inline TCharLC& operator=(TUint aChar);

Description

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

Parameters

TUint aChar

The value to assign.

Return value

TCharLC &

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


operator=(const TChar &)

inline TCharLC& operator=(const TChar &aChar);

Description

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

Parameters

const TChar &aChar

The character object to assign.

Return value

TCharLC &

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