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.
Constructor & Destructor Documentation
TCharLC(TUint)
TCharLC
|
(
|
TUint
|
aChar
|
)
|
[inline]
|
Constructs this 'character to lower case' object and initialises it with the specified value.
Parameters
TUint
aChar
|
The 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
& aChar
|
The character object to use as the initialisation value.
|
Member Functions Documentation
operator=(TUint)
Assigns an unsigned integer value to the 'character to lower case' object.
Parameters
TUint
aChar
|
The value to assign.
|
operator=(const TChar &)
Assigns the specified character object to this 'character to lower case' object.
Parameters
const
TChar
& aChar
|
The character object to assign.
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.