Location:
e32des16.h
class TLitC16;
Encapsulates literal text.
This is always constructed using an _LIT16 macro.
This class is build independent; i.e. an explicit 16-bit build variant is generated for both a non-Unicode build and a Unicode build.
The class has no explicit constructors.
Defined in TLitC16
:
operator &()
, operator const TDesC16 &()
, operator const __TRefDesC16()
, operator()()
inline const TDesC16 *operator &() const;
Returns a const TDesC16
type pointer.
|
inline operator const TDesC16 &() const;
Invoked by the compiler when a TLitC16<TInt> type is passed to a function which is prototyped to take a const TDesC16
& type.
|
inline const TDesC16 &operator()() const;
Returns a const TDesC16
type reference.
|
inline operator const __TRefDesC16() const;
Invoked by the compiler when a TLitC16<TInt> type is passed to a function which is prototyped to take a const TRefByValue<const TDesC16> type.
|