os/kernelhwsrv/kernel/eka/include/e32des16.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200 (2014-06-10)
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of the License "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
// e32\include\e32des16.h
sl@0
    15
// 
sl@0
    16
//
sl@0
    17
sl@0
    18
#ifndef __E32DES16_H__
sl@0
    19
#define __E32DES16_H__
sl@0
    20
sl@0
    21
/**
sl@0
    22
@internalComponent
sl@0
    23
*/
sl@0
    24
const TUint KMaskDesLength16=0xfffffff;
sl@0
    25
sl@0
    26
class TBufCBase16;
sl@0
    27
class TDes16;
sl@0
    28
class TPtrC16;
sl@0
    29
class TPtr16;
sl@0
    30
struct TCollationMethod;
sl@0
    31
class HBufC16;
sl@0
    32
class HBufC8;
sl@0
    33
sl@0
    34
class TDesC16
sl@0
    35
/**
sl@0
    36
@publishedAll
sl@0
    37
@released
sl@0
    38
sl@0
    39
Abstract base class for 16-bit descriptors.
sl@0
    40
sl@0
    41
The class encapsulates the data member containing the length of data
sl@0
    42
represented by a 16-bit descriptor. It also provides member functions through
sl@0
    43
which the data can be accessed, but not modified.
sl@0
    44
sl@0
    45
Data represented by this class is treated as a contiguous set of 16-bit (i.e. 
sl@0
    46
double byte) values or data items.
sl@0
    47
sl@0
    48
This class cannot be instantiated as it is intended to form part of a class 
sl@0
    49
hierarchy; it provides a well defined part of descriptor behaviour. It can, 
sl@0
    50
however, be passed as an argument type for functions which want access to 
sl@0
    51
descriptor data but do not need to modify that data.
sl@0
    52
sl@0
    53
@see TDesC
sl@0
    54
@see TPtrC16
sl@0
    55
*/
sl@0
    56
    {
sl@0
    57
public:
sl@0
    58
    /**
sl@0
    59
    A value returned by a call to HasPrefixC().
sl@0
    60
    
sl@0
    61
    @see TDesC16::HasPrefixC
sl@0
    62
    */
sl@0
    63
	enum TPrefix {
sl@0
    64
	              /**
sl@0
    65
	              Indicates that a supplied prefix can be extended to
sl@0
    66
                  be equivalent to the text at the start of a descriptor.
sl@0
    67
	              */
sl@0
    68
	              EIsPrefix = 0,
sl@0
    69
   	              /**
sl@0
    70
   	              Indicates that a supplied prefix does not seem to be a
sl@0
    71
   	              prefix, but it is possible that it could be extended to
sl@0
    72
   	              become equivalent to text at the start of this descriptor.
sl@0
    73
                  */
sl@0
    74
	              EMightBePrefix = 1,
sl@0
    75
   	              /**
sl@0
    76
   	              Indicates that a supplied prefix cannot be extended to be
sl@0
    77
   	              equivalent to the text at the start of a descriptor.
sl@0
    78
                  */
sl@0
    79
	              EIsNotPrefix = 2
sl@0
    80
	             };
sl@0
    81
public:
sl@0
    82
	inline TBool operator<(const TDesC16 &aDes) const;
sl@0
    83
	inline TBool operator<=(const TDesC16 &aDes) const;
sl@0
    84
	inline TBool operator>(const TDesC16 &aDes) const;
sl@0
    85
	inline TBool operator>=(const TDesC16 &aDes) const;
sl@0
    86
	inline TBool operator==(const TDesC16 &aDes) const;
sl@0
    87
	inline TBool operator!=(const TDesC16 &aDes) const;
sl@0
    88
	inline const TUint16 &operator[](TInt anIndex) const;
sl@0
    89
	inline TInt Length() const;
sl@0
    90
	inline TInt Size() const;
sl@0
    91
	IMPORT_C const TUint16 *Ptr() const;
sl@0
    92
	IMPORT_C TInt Compare(const TDesC16 &aDes) const;
sl@0
    93
	IMPORT_C TInt CompareF(const TDesC16 &aDes) const;
sl@0
    94
	IMPORT_C TInt CompareC(const TDesC16 &aDes) const;
sl@0
    95
	IMPORT_C TInt CompareC(const TDesC16& aDes,TInt aMaxLevel,const TCollationMethod* aCollationMethod) const;	
sl@0
    96
	/**
sl@0
    97
	@internalComponent
sl@0
    98
	*/
sl@0
    99
	IMPORT_C HBufC16* GetNormalizedDecomposedFormL() const;
sl@0
   100
	/**
sl@0
   101
	@internalComponent
sl@0
   102
	*/	
sl@0
   103
	IMPORT_C HBufC16* GetFoldedDecomposedFormL() const;
sl@0
   104
	/**
sl@0
   105
	@internalComponent
sl@0
   106
	*/
sl@0
   107
	IMPORT_C HBufC8* GetCollationKeysL(TInt aMaxLevel,const TCollationMethod* aCollationMethod) const;
sl@0
   108
	IMPORT_C TInt Match(const TDesC16 &aDes) const;
sl@0
   109
	IMPORT_C TInt MatchF(const TDesC16 &aDes) const;
sl@0
   110
	IMPORT_C TInt MatchC(const TDesC16 &aDes) const;
sl@0
   111
	IMPORT_C TInt MatchC(const TDesC16 &aPattern, TInt aWildChar, TInt aWildSequenceChar, 
sl@0
   112
						 TInt aEscapeChar, TInt aMaxLevel = 3, const TCollationMethod* aCollationMethod = NULL) const;
sl@0
   113
  	IMPORT_C TInt MatchC(const TDesC16 &aPattern, const TCollationMethod* aCollationMethod,
sl@0
   114
  						 TInt aMaxLevel = 3, TInt aWildChar = '?', TInt aWildSequenceChar = '*', TInt aEscapeChar = 0) const;
sl@0
   115
	IMPORT_C TInt Locate(TChar aChar) const;
sl@0
   116
	IMPORT_C TInt LocateReverse(TChar aChar) const;
sl@0
   117
	IMPORT_C TInt Find(const TDesC16 &aDes) const;
sl@0
   118
	IMPORT_C TInt Find(const TUint16 *aBuf,TInt aLen) const;
sl@0
   119
	IMPORT_C TPrefix HasPrefixC(const TDesC16& aPossiblePrefix, TInt aLevel, const TCollationMethod* aCollationMethod) const;
sl@0
   120
	IMPORT_C TPtrC16 Left(TInt aLength) const;
sl@0
   121
	IMPORT_C TPtrC16 Right(TInt aLength) const;
sl@0
   122
	IMPORT_C TPtrC16 Mid(TInt aPos) const;
sl@0
   123
	IMPORT_C TPtrC16 Mid(TInt aPos,TInt aLength) const;
sl@0
   124
	IMPORT_C TInt LocateF(TChar aChar) const;
sl@0
   125
	IMPORT_C TInt LocateReverseF(TChar aChar) const;
sl@0
   126
	IMPORT_C TInt FindF(const TDesC16 &aDes) const;
sl@0
   127
	IMPORT_C TInt FindF(const TUint16 *aBuf,TInt aLen) const;
sl@0
   128
	IMPORT_C TInt FindC(const TDesC16 &aDes) const;
sl@0
   129
	IMPORT_C TInt FindC(const TUint16 *aBuf,TInt aLen) const;
sl@0
   130
	IMPORT_C TInt FindC(const TUint16 *aText,TInt aLength, TInt aMaxLevel) const;
sl@0
   131
	IMPORT_C TInt FindC(const TDesC16 &aDes,TInt &aLengthFound, const TCollationMethod &aMethod,TInt aMaxLevel) const;
sl@0
   132
	IMPORT_C HBufC16 *Alloc() const;
sl@0
   133
	IMPORT_C HBufC16 *AllocL() const;
sl@0
   134
	IMPORT_C HBufC16 *AllocLC() const;
sl@0
   135
protected:
sl@0
   136
	inline TDesC16() {}
sl@0
   137
	inline TDesC16(TInt aType,TInt aLength);
sl@0
   138
// delay this for a while
sl@0
   139
#ifdef SYMBIAN_FIX_TDESC_CONSTRUCTORS
sl@0
   140
	inline TDesC16( const TDesC16& aOther) : iLength(aOther.iLength) {}
sl@0
   141
#endif
sl@0
   142
//	inline ~TDesC16() {}			Commented out for the moment since it breaks code
sl@0
   143
	inline TInt Type() const;
sl@0
   144
	inline void DoSetLength(TInt aLength);
sl@0
   145
	IMPORT_C const TUint16 &AtC(TInt anIndex) const;
sl@0
   146
private:
sl@0
   147
	TUint iLength;
sl@0
   148
	__DECLARE_TEST;
sl@0
   149
    };
sl@0
   150
//
sl@0
   151
class TPtrC16 : public TDesC16
sl@0
   152
/**
sl@0
   153
@publishedAll
sl@0
   154
@released
sl@0
   155
sl@0
   156
16-bit non-modifiable pointer descriptor.
sl@0
   157
sl@0
   158
This is a descriptor class intended for instantiation and encapsulates a
sl@0
   159
pointer to the 16-bit data that it represents. The data can live in ROM or RAM
sl@0
   160
and this location is separate from the descriptor object itself.
sl@0
   161
sl@0
   162
The data is intended to be accessed, but not changed, through this descriptor. 
sl@0
   163
The base class provides the functions through which data is accessed.
sl@0
   164
sl@0
   165
@see TPtr16
sl@0
   166
@see TDesC16
sl@0
   167
@see TDes16
sl@0
   168
@see TBufC16
sl@0
   169
@see TBuf16
sl@0
   170
@see HBufC16
sl@0
   171
*/
sl@0
   172
	{
sl@0
   173
public:
sl@0
   174
	IMPORT_C TPtrC16();
sl@0
   175
	IMPORT_C TPtrC16(const TDesC16 &aDes);
sl@0
   176
	IMPORT_C TPtrC16(const TUint16 *aString);
sl@0
   177
	IMPORT_C TPtrC16(const TUint16 *aBuf,TInt aLength);
sl@0
   178
	inline void Set(const TUint16 *aBuf,TInt aLength);
sl@0
   179
	inline void Set(const TDesC16 &aDes);
sl@0
   180
	inline void Set(const TPtrC16 &aPtr);
sl@0
   181
private:
sl@0
   182
	TPtrC16& operator=(const TPtrC16 &aDes);
sl@0
   183
protected:
sl@0
   184
	const TUint16 *iPtr;
sl@0
   185
private:
sl@0
   186
	__DECLARE_TEST;
sl@0
   187
	};
sl@0
   188
//
sl@0
   189
class TDes16Overflow
sl@0
   190
/**
sl@0
   191
@publishedAll
sl@0
   192
@released
sl@0
   193
sl@0
   194
An interface that defines an overflow handler for a 16-bit descriptor.
sl@0
   195
sl@0
   196
The interface encapsulates a function that is called when an attempt to append 
sl@0
   197
formatted text fails because the descriptor is already at its maximum length.
sl@0
   198
sl@0
   199
A derived class must provide an implementation for the Overflow() member function.
sl@0
   200
sl@0
   201
@see TDes16::AppendFormat
sl@0
   202
*/
sl@0
   203
	{
sl@0
   204
public:
sl@0
   205
	/**
sl@0
   206
	Handles the overflow.
sl@0
   207
	
sl@0
   208
	This function is called when the TDes16::AppendFormat() 
sl@0
   209
	variant that takes an overflow handler argument, fails.
sl@0
   210
	
sl@0
   211
	@param aDes The 16-bit modifiable descriptor whose overflow results in the 
sl@0
   212
	            call to this overflow handler.
sl@0
   213
	*/
sl@0
   214
	virtual void Overflow(TDes16 &aDes)=0;
sl@0
   215
	};
sl@0
   216
//
sl@0
   217
class TDes16IgnoreOverflow : public TDes16Overflow
sl@0
   218
/**
sl@0
   219
@publishedAll
sl@0
   220
@released
sl@0
   221
sl@0
   222
A derived class which provides an implementation for the Overflow() member function
sl@0
   223
where truncation is required.
sl@0
   224
sl@0
   225
@see TDes16::AppendFormat
sl@0
   226
*/
sl@0
   227
	{
sl@0
   228
public:
sl@0
   229
	/**
sl@0
   230
	Handles the overflow.
sl@0
   231
	
sl@0
   232
	This function is called when the TDes16::AppendFormat() 
sl@0
   233
	variant that takes an overflow handler argument, fails.
sl@0
   234
	
sl@0
   235
	@param aDes The 16-bit modifiable descriptor whose overflow results in the 
sl@0
   236
	            call to this overflow handler.
sl@0
   237
	*/
sl@0
   238
	IMPORT_C virtual void Overflow(TDes16 &aDes);
sl@0
   239
	};
sl@0
   240
//
sl@0
   241
class TRealFormat;
sl@0
   242
class TDes16 : public TDesC16
sl@0
   243
/**
sl@0
   244
@publishedAll
sl@0
   245
@released
sl@0
   246
sl@0
   247
Abstract base class for 16-bit modifiable descriptors.
sl@0
   248
sl@0
   249
The class encapsulates the data member containing the maximum length of data 
sl@0
   250
represented by a 16-bit descriptor. It also provides member functions through 
sl@0
   251
which the data can be modified.
sl@0
   252
sl@0
   253
The class adds to the behaviour provided by TDesC16.
sl@0
   254
sl@0
   255
This class cannot be instantiated as it is intended to form part of a class 
sl@0
   256
hierarchy; it provides a well defined part of descriptor behaviour. It can, 
sl@0
   257
however, be passed as an argument type for functions which need to both modify 
sl@0
   258
and access descriptor data.
sl@0
   259
sl@0
   260
@see TDes
sl@0
   261
@see TDesC8
sl@0
   262
@see TDesC16
sl@0
   263
*/
sl@0
   264
	{
sl@0
   265
public:
sl@0
   266
	inline TDes16& operator=(const TUint16 *aString);
sl@0
   267
	inline TDes16& operator=(const TDesC16 &aDes);
sl@0
   268
	inline TDes16& operator=(const TDes16 &aDes);
sl@0
   269
	inline TInt MaxLength() const;
sl@0
   270
	inline TInt MaxSize() const;
sl@0
   271
	inline const TUint16 &operator[](TInt anIndex) const;
sl@0
   272
	inline TUint16 &operator[](TInt anIndex);
sl@0
   273
	inline TDes16 &operator+=(const TDesC16 &aDes);
sl@0
   274
	IMPORT_C void Zero();
sl@0
   275
 	IMPORT_C void SetLength(TInt aLength);
sl@0
   276
 	IMPORT_C void SetMax();
sl@0
   277
	IMPORT_C void Copy(const TDesC8 &aDes);
sl@0
   278
	IMPORT_C void Copy(const TDesC16 &aDes);
sl@0
   279
	IMPORT_C void Copy(const TUint16 *aBuf,TInt aLength);
sl@0
   280
	IMPORT_C void Copy(const TUint16 *aString);
sl@0
   281
	IMPORT_C void Append(TChar aChar);
sl@0
   282
	IMPORT_C void Append(const TDesC16 &aDes);
sl@0
   283
	IMPORT_C void Append(const TUint16 *aBuf,TInt aLength);
sl@0
   284
	IMPORT_C void Fill(TChar aChar);
sl@0
   285
	IMPORT_C void Fill(TChar aChar,TInt aLength);
sl@0
   286
	IMPORT_C void FillZ();
sl@0
   287
	IMPORT_C void FillZ(TInt aLength);
sl@0
   288
	IMPORT_C void NumFixedWidth(TUint aVal,TRadix aRadix,TInt aWidth);
sl@0
   289
	IMPORT_C void AppendNumFixedWidth(TUint aVal,TRadix aRadix,TInt aWidth);
sl@0
   290
	IMPORT_C TPtr16 LeftTPtr(TInt aLength) const;
sl@0
   291
	IMPORT_C TPtr16 RightTPtr(TInt aLength) const;
sl@0
   292
	IMPORT_C TPtr16 MidTPtr(TInt aPos) const;
sl@0
   293
	IMPORT_C TPtr16 MidTPtr(TInt aPos,TInt aLength) const;
sl@0
   294
	IMPORT_C const TUint16 *PtrZ();
sl@0
   295
	IMPORT_C void CopyF(const TDesC16 &aDes);
sl@0
   296
	IMPORT_C void CopyC(const TDesC16 &aDes);
sl@0
   297
	IMPORT_C void CopyLC(const TDesC16 &aDes);
sl@0
   298
	IMPORT_C void CopyUC(const TDesC16 &aDes);
sl@0
   299
	IMPORT_C void CopyCP(const TDesC16 &aDes);
sl@0
   300
	IMPORT_C void AppendFill(TChar aChar,TInt aLength);
sl@0
   301
	IMPORT_C void ZeroTerminate();
sl@0
   302
	IMPORT_C void Swap(TDes16 &aDes);
sl@0
   303
	IMPORT_C void Fold();
sl@0
   304
	IMPORT_C void Collate();
sl@0
   305
	IMPORT_C void LowerCase();
sl@0
   306
	IMPORT_C void UpperCase();
sl@0
   307
	IMPORT_C void Capitalize();
sl@0
   308
	IMPORT_C void Repeat(const TDesC16 &aDes);
sl@0
   309
	IMPORT_C void Repeat(const TUint16 *aBuf,TInt aLength);
sl@0
   310
	IMPORT_C void Trim();
sl@0
   311
	IMPORT_C void TrimAll();
sl@0
   312
	IMPORT_C void TrimLeft();
sl@0
   313
	IMPORT_C void TrimRight();
sl@0
   314
	IMPORT_C void Insert(TInt aPos,const TDesC16 &aDes);
sl@0
   315
	IMPORT_C void Delete(TInt aPos,TInt aLength);
sl@0
   316
	IMPORT_C void Replace(TInt aPos,TInt aLength,const TDesC16 &aDes);
sl@0
   317
	IMPORT_C void Justify(const TDesC16 &aDes,TInt aWidth,TAlign anAlignment,TChar aFill);
sl@0
   318
	IMPORT_C void NumFixedWidthUC(TUint aVal,TRadix aRadix,TInt aWidth);
sl@0
   319
	IMPORT_C void NumUC(TUint64 aVal, TRadix aRadix=EDecimal);
sl@0
   320
	IMPORT_C TInt Num(TReal aVal,const TRealFormat &aFormat) __SOFTFP;
sl@0
   321
	IMPORT_C void Num(TInt64 aVal);
sl@0
   322
	IMPORT_C void Num(TUint64 aVal, TRadix aRadix);
sl@0
   323
	IMPORT_C void Format(TRefByValue<const TDesC16> aFmt,...);
sl@0
   324
	IMPORT_C void FormatList(const TDesC16 &aFmt,VA_LIST aList);
sl@0
   325
	IMPORT_C void AppendJustify(const TDesC16 &Des,TInt aWidth,TAlign anAlignment,TChar aFill);
sl@0
   326
	IMPORT_C void AppendJustify(const TDesC16 &Des,TInt aLength,TInt aWidth,TAlign anAlignment,TChar aFill);
sl@0
   327
	IMPORT_C void AppendJustify(const TUint16 *aString,TInt aWidth,TAlign anAlignment,TChar aFill);
sl@0
   328
	IMPORT_C void AppendJustify(const TUint16 *aString,TInt aLength,TInt aWidth,TAlign anAlignment,TChar aFill);
sl@0
   329
	IMPORT_C void AppendNumFixedWidthUC(TUint aVal,TRadix aRadix,TInt aWidth);
sl@0
   330
	IMPORT_C void AppendNumUC(TUint64 aVal, TRadix aRadix=EDecimal);
sl@0
   331
	IMPORT_C TInt AppendNum(TReal aVal,const TRealFormat &aFormat) __SOFTFP;
sl@0
   332
	IMPORT_C void AppendNum(TInt64 aVal);
sl@0
   333
	IMPORT_C void AppendNum(TUint64 aVal, TRadix aRadix);
sl@0
   334
	IMPORT_C void AppendFormat(TRefByValue<const TDesC16> aFmt,TDes16Overflow *aOverflowHandler,...);
sl@0
   335
	IMPORT_C void AppendFormat(TRefByValue<const TDesC16> aFmt,...);
sl@0
   336
	IMPORT_C void AppendFormatList(const TDesC16 &aFmt,VA_LIST aList,TDes16Overflow *aOverflowHandler=NULL);
sl@0
   337
	IMPORT_C TPtr8 Collapse();
sl@0
   338
protected:
sl@0
   339
	inline TDes16() {}
sl@0
   340
	inline TDes16(TInt aType,TInt aLength,TInt aMaxLength);
sl@0
   341
// delay this for a while
sl@0
   342
#ifdef SYMBIAN_FIX_TDESC_CONSTRUCTORS
sl@0
   343
	inline TDes16(const TDes16& aOther) : TDesC16(aOther), iMaxLength(aOther.iMaxLength) {}
sl@0
   344
#endif
sl@0
   345
	inline TUint16 *WPtr() const;
sl@0
   346
	void DoAppendNum(TUint64 aVal, TRadix aRadix, TUint aA, TInt aW);
sl@0
   347
	void DoPadAppendNum(TInt aLength, TInt aW, const TUint8* aBuf);
sl@0
   348
protected:
sl@0
   349
	TInt iMaxLength;
sl@0
   350
	__DECLARE_TEST;
sl@0
   351
    };
sl@0
   352
//
sl@0
   353
class TPtr16 : public TDes16
sl@0
   354
/**
sl@0
   355
@publishedAll
sl@0
   356
@released
sl@0
   357
sl@0
   358
16-bit modifiable pointer descriptor
sl@0
   359
sl@0
   360
This is a descriptor class intended for instantiation and encapsulates a
sl@0
   361
pointer to the 16-bit data that it represents. The data can live in ROM or
sl@0
   362
RAM and this location is separate from the descriptor object itself.
sl@0
   363
sl@0
   364
The data is intended to be accessed and modified through this descriptor. 
sl@0
   365
The base classes provide the functions through which the data can be
sl@0
   366
manipulated.
sl@0
   367
sl@0
   368
@see TPtr
sl@0
   369
@see TPtrC16
sl@0
   370
@see TDesC16
sl@0
   371
@see TDes16
sl@0
   372
@see TBufC16
sl@0
   373
@see TBuf16
sl@0
   374
@see HBufC16
sl@0
   375
*/
sl@0
   376
	{
sl@0
   377
public:
sl@0
   378
	IMPORT_C TPtr16(TUint16 *aBuf,TInt aMaxLength);
sl@0
   379
	IMPORT_C TPtr16(TUint16 *aBuf,TInt aLength,TInt aMaxLength);
sl@0
   380
	inline TPtr16& operator=(const TUint16 *aString);
sl@0
   381
	inline TPtr16& operator=(const TDesC16& aDes);
sl@0
   382
	inline TPtr16& operator=(const TPtr16& aDes);
sl@0
   383
	inline void Set(TUint16 *aBuf,TInt aLength,TInt aMaxLength);
sl@0
   384
	inline void Set(const TPtr16 &aPtr);
sl@0
   385
private:
sl@0
   386
	IMPORT_C TPtr16(TBufCBase16 &aLcb,TInt aMaxLength);
sl@0
   387
protected:
sl@0
   388
	TUint16 *iPtr;
sl@0
   389
private:
sl@0
   390
	friend class TBufCBase16;
sl@0
   391
	__DECLARE_TEST;
sl@0
   392
	};
sl@0
   393
//
sl@0
   394
class TBufCBase16 : public TDesC16
sl@0
   395
/**
sl@0
   396
@internalAll
sl@0
   397
*/
sl@0
   398
	{
sl@0
   399
protected:
sl@0
   400
	IMPORT_C TBufCBase16();
sl@0
   401
	inline TBufCBase16(TInt aLength);
sl@0
   402
	IMPORT_C TBufCBase16(const TUint16 *aString,TInt aMaxLength);
sl@0
   403
	IMPORT_C TBufCBase16(const TDesC16 &aDes,TInt aMaxLength);
sl@0
   404
	IMPORT_C void Copy(const TUint16 *aString,TInt aMaxLength);
sl@0
   405
	IMPORT_C void Copy(const TDesC16 &aDes,TInt aMaxLength);
sl@0
   406
	inline TPtr16 DoDes(TInt aMaxLength);
sl@0
   407
	inline TUint16 *WPtr() const;
sl@0
   408
	};
sl@0
   409
//
sl@0
   410
class RReadStream;
sl@0
   411
class HBufC16 : public TBufCBase16
sl@0
   412
/**
sl@0
   413
@publishedAll
sl@0
   414
@released
sl@0
   415
sl@0
   416
16-bit heap descriptor.
sl@0
   417
sl@0
   418
This is a descriptor class which provides a buffer of fixed length, allocated 
sl@0
   419
on the heap, for containing and accessing data.
sl@0
   420
sl@0
   421
The class is intended for instantiation.
sl@0
   422
sl@0
   423
Heap descriptors have the important property that they can be made larger 
sl@0
   424
or smaller, changing the size of the descriptor buffer. This is achieved by 
sl@0
   425
reallocating the descriptor. Unlike the behaviour of dynamic buffers, reallocation 
sl@0
   426
is not done automatically.
sl@0
   427
sl@0
   428
Data is intended to be accessed, but not modified; however, it can be completely 
sl@0
   429
replaced using the assignment operators of this class. The base class (TDesC16) provides 
sl@0
   430
the functions through which the data is accessed.
sl@0
   431
sl@0
   432
The descriptor is hosted by a heap cell, and the 16-bit data that the descriptor 
sl@0
   433
represents is part of the descriptor object itself. The size of the cell depends 
sl@0
   434
on the requested maximum length of the descriptor buffer when the descriptor 
sl@0
   435
is created or re-allocated.
sl@0
   436
sl@0
   437
It is important to note that the size of the allocated cell, and, therefore, 
sl@0
   438
the resulting maximum length of the descriptor, may be larger than requested 
sl@0
   439
due to the way memory is allocated in Symbian OS. The amount by which this 
sl@0
   440
may be rounded up depends on the platform and build type.
sl@0
   441
sl@0
   442
@see HBufC
sl@0
   443
@see TPtr16
sl@0
   444
@see TDesC16
sl@0
   445
*/
sl@0
   446
	{
sl@0
   447
public:
sl@0
   448
	IMPORT_C static HBufC16 *New(TInt aMaxLength);
sl@0
   449
	IMPORT_C static HBufC16 *NewL(TInt aMaxLength);
sl@0
   450
	IMPORT_C static HBufC16 *NewLC(TInt aMaxLength);
sl@0
   451
	IMPORT_C static HBufC16 *NewMax(TInt aMaxLength);
sl@0
   452
	IMPORT_C static HBufC16 *NewMaxL(TInt aMaxLength);
sl@0
   453
	IMPORT_C static HBufC16 *NewMaxLC(TInt aMaxLength);
sl@0
   454
	IMPORT_C static HBufC16 *NewL(RReadStream &aStream,TInt aMaxLength);
sl@0
   455
	IMPORT_C static HBufC16 *NewLC(RReadStream &aStream,TInt aMaxLength);
sl@0
   456
	IMPORT_C HBufC16& operator=(const TUint16 *aString);
sl@0
   457
	IMPORT_C HBufC16& operator=(const TDesC16 &aDes);
sl@0
   458
	inline HBufC16& operator=(const HBufC16 &aLcb);
sl@0
   459
	IMPORT_C HBufC16 *ReAlloc(TInt aMaxLength);
sl@0
   460
	IMPORT_C HBufC16 *ReAllocL(TInt aMaxLength);
sl@0
   461
	IMPORT_C TPtr16 Des();
sl@0
   462
private:
sl@0
   463
	inline HBufC16(TInt aLength);
sl@0
   464
private:
sl@0
   465
	TText16 iBuf[1];
sl@0
   466
	__DECLARE_TEST;
sl@0
   467
	};
sl@0
   468
//
sl@0
   469
/**
sl@0
   470
@internalComponent
sl@0
   471
*/
sl@0
   472
#define __Size16 (sizeof(TInt)/sizeof(TInt16))
sl@0
   473
/**
sl@0
   474
@internalComponent
sl@0
   475
*/
sl@0
   476
#define __Align16(s) ((((s)+__Size16-1)/__Size16)*__Size16)
sl@0
   477
//
sl@0
   478
template <TInt S>
sl@0
   479
class TBufC16 : public TBufCBase16
sl@0
   480
/**
sl@0
   481
@publishedAll
sl@0
   482
@released
sl@0
   483
sl@0
   484
16-bit non-modifiable buffer descriptor.
sl@0
   485
sl@0
   486
This is a descriptor class which provides a buffer of fixed length for
sl@0
   487
containing and accessing TUint16 data.
sl@0
   488
sl@0
   489
The class intended for instantiation. The 16-bit data that the descriptor 
sl@0
   490
represents is part of the descriptor object itself.
sl@0
   491
sl@0
   492
The class is templated, based on an integer value which defines the size of 
sl@0
   493
the descriptor's data area.
sl@0
   494
sl@0
   495
The data is intended to be accessed, but not modified; however, it can be 
sl@0
   496
completely replaced using the assignment operators of this class. The base 
sl@0
   497
class provides the functions through which the data is accessed.
sl@0
   498
sl@0
   499
@see TBufC
sl@0
   500
@see TDesC16
sl@0
   501
@see TPtr16
sl@0
   502
@see TUint16
sl@0
   503
*/
sl@0
   504
	{
sl@0
   505
public:
sl@0
   506
	inline TBufC16();
sl@0
   507
    inline TBufC16(const TUint16 *aString);
sl@0
   508
	inline TBufC16(const TDesC16 &aDes);
sl@0
   509
	inline TBufC16<S> &operator=(const TUint16 *aString);
sl@0
   510
	inline TBufC16<S> &operator=(const TDesC16 &aDes);
sl@0
   511
	inline TPtr16 Des();
sl@0
   512
protected:
sl@0
   513
	TUint16 iBuf[__Align16(S)];
sl@0
   514
	};
sl@0
   515
//
sl@0
   516
class TBufBase16 : public TDes16
sl@0
   517
/**
sl@0
   518
@internalAll
sl@0
   519
*/	
sl@0
   520
	{
sl@0
   521
protected:
sl@0
   522
	IMPORT_C TBufBase16(TInt aMaxLength);
sl@0
   523
	IMPORT_C TBufBase16(TInt aLength,TInt aMaxLength);
sl@0
   524
	IMPORT_C TBufBase16(const TUint16* aString,TInt aMaxLength);
sl@0
   525
	IMPORT_C TBufBase16(const TDesC16& aDes,TInt aMaxLength);
sl@0
   526
	};
sl@0
   527
//
sl@0
   528
template <TInt S>
sl@0
   529
class TBuf16 : public TBufBase16
sl@0
   530
/**
sl@0
   531
@publishedAll
sl@0
   532
@released
sl@0
   533
sl@0
   534
A descriptor class which provides a buffer of fixed length for
sl@0
   535
containing, accessing and manipulating TUint16 data.
sl@0
   536
sl@0
   537
The class is intended for instantiation. The 16-bit data that the descriptor 
sl@0
   538
represents is part of the descriptor object itself.
sl@0
   539
sl@0
   540
The class is templated, based on an integer value which determines the size 
sl@0
   541
of the data area which is created as part of the buffer descriptor object; 
sl@0
   542
this is also the maximum length of the descriptor.
sl@0
   543
sl@0
   544
The data is intended to be both accessed and modified. The base classes provide 
sl@0
   545
the functions through which the data is accessed.
sl@0
   546
sl@0
   547
@see TBuf
sl@0
   548
@see TDesC16
sl@0
   549
@see TDes16
sl@0
   550
@see TPtr16
sl@0
   551
*/
sl@0
   552
	{
sl@0
   553
public:
sl@0
   554
	inline TBuf16();
sl@0
   555
	inline explicit TBuf16(TInt aLength);
sl@0
   556
    inline TBuf16(const TUint16* aString);
sl@0
   557
	inline TBuf16(const TDesC16& aDes);
sl@0
   558
	inline TBuf16<S>& operator=(const TUint16* aString);
sl@0
   559
	inline TBuf16<S>& operator=(const TDesC16& aDes);
sl@0
   560
	inline TBuf16<S>& operator=(const TBuf16<S>& aDes);
sl@0
   561
protected:
sl@0
   562
	TUint16 iBuf[__Align16(S)];
sl@0
   563
	};
sl@0
   564
sl@0
   565
sl@0
   566
#ifndef __KERNEL_MODE__
sl@0
   567
sl@0
   568
class RBuf16 : public TDes16
sl@0
   569
/**
sl@0
   570
@publishedAll
sl@0
   571
@released
sl@0
   572
sl@0
   573
16 bit resizable buffer descriptor.
sl@0
   574
sl@0
   575
The class provides a buffer that contains, accesses and manipulates
sl@0
   576
TUint16 data. The buffer itself is on the heap, and is managed by the class.
sl@0
   577
sl@0
   578
Internally, RBuf16 behaves in one of two ways:
sl@0
   579
sl@0
   580
- as a TPtr16 descriptor type, where the buffer just contains data
sl@0
   581
- as a pointer to a heap descriptor, an HBufC16* type, where the buffer
sl@0
   582
  contains both	descriptor information and the data.
sl@0
   583
sl@0
   584
Note that the handling of the distinction is hidden from view.
sl@0
   585
sl@0
   586
An RBuf16 object can allocate its own buffer. Alternatively, it can take
sl@0
   587
ownership of a pre-existing section of allocated memory, or it can take
sl@0
   588
ownership of a pre-existing heap descriptor. It can also reallocate the buffer
sl@0
   589
to resize it. Regardless of the way in which the buffer has been allocated,
sl@0
   590
the RBuf16 object is responsible for freeing memory when the object itself is closed.
sl@0
   591
sl@0
   592
The class is intended for instantiation.
sl@0
   593
sl@0
   594
The class is derived from TDes16, which means that data can be both accessed
sl@0
   595
and modified. The base classes provide the functions through which the data is
sl@0
   596
accessed. In addition, an RBuf16 object can be passed to any function that is
sl@0
   597
prototyped to take a TDes16 or a TDesC16 type.
sl@0
   598
sl@0
   599
@see TBuf16
sl@0
   600
@see TPtr16
sl@0
   601
@see HBufC16
sl@0
   602
@see TDesC16
sl@0
   603
@see TDes16
sl@0
   604
*/
sl@0
   605
	{
sl@0
   606
public:
sl@0
   607
	IMPORT_C RBuf16();
sl@0
   608
	IMPORT_C explicit RBuf16(HBufC16* aHBuf);
sl@0
   609
	inline RBuf16& operator=(const TUint16* aString);
sl@0
   610
	inline RBuf16& operator=(const TDesC16& aDes);
sl@0
   611
	inline RBuf16& operator=(const RBuf16& aDes);
sl@0
   612
	IMPORT_C void Assign(const RBuf16& aRBuf);
sl@0
   613
	IMPORT_C void Assign(TUint16 *aHeapCell,TInt aMaxLength);
sl@0
   614
	IMPORT_C void Assign(TUint16 *aHeapCell,TInt aLength,TInt aMaxLength);
sl@0
   615
	IMPORT_C void Assign(HBufC16* aHBuf);
sl@0
   616
	IMPORT_C void Swap(RBuf16& aRBuf);
sl@0
   617
	IMPORT_C TInt Create(TInt aMaxLength);
sl@0
   618
	IMPORT_C void CreateL(TInt aMaxLength);
sl@0
   619
	IMPORT_C TInt CreateMax(TInt aMaxLength);
sl@0
   620
	IMPORT_C void CreateMaxL(TInt aMaxLength);
sl@0
   621
	inline void CreateL(RReadStream &aStream,TInt aMaxLength);
sl@0
   622
	IMPORT_C TInt Create(const TDesC16& aDes);
sl@0
   623
	IMPORT_C void CreateL(const TDesC16& aDes);
sl@0
   624
	IMPORT_C TInt Create(const TDesC16& aDes,TInt aMaxLength);
sl@0
   625
	IMPORT_C void CreateL(const TDesC16& aDes,TInt aMaxLength);
sl@0
   626
	IMPORT_C TInt ReAlloc(TInt aMaxLength);
sl@0
   627
	IMPORT_C void ReAllocL(TInt aMaxLength);
sl@0
   628
	IMPORT_C void Close();
sl@0
   629
	IMPORT_C void CleanupClosePushL();
sl@0
   630
sl@0
   631
protected:
sl@0
   632
	IMPORT_C RBuf16(TInt aType,TInt aLength,TInt aMaxLength);
sl@0
   633
	RBuf16(const RBuf16&); // Outlaw copy construction
sl@0
   634
	union
sl@0
   635
		{
sl@0
   636
		TUint16* iEPtrType;		//Pointer to data used when RBuf is of EPtr type
sl@0
   637
		HBufC16* iEBufCPtrType;	//Pointer to data used when RBuf is of EBufCPtr type
sl@0
   638
		};
sl@0
   639
	__DECLARE_TEST;
sl@0
   640
	};
sl@0
   641
sl@0
   642
#endif //__KERNEL_MODE__
sl@0
   643
sl@0
   644
sl@0
   645
/**
sl@0
   646
@publishedAll
sl@0
   647
@released
sl@0
   648
sl@0
   649
Value reference used in operator TLitC16::__TRefDesC16()
sl@0
   650
sl@0
   651
@see TRefByValue
sl@0
   652
*/
sl@0
   653
typedef TRefByValue<const TDesC16> __TRefDesC16;
sl@0
   654
sl@0
   655
sl@0
   656
sl@0
   657
sl@0
   658
template <TInt S>
sl@0
   659
class TLitC16
sl@0
   660
/**
sl@0
   661
@publishedAll
sl@0
   662
@released
sl@0
   663
sl@0
   664
Encapsulates literal text. 
sl@0
   665
sl@0
   666
This is always constructed using an _LIT16 macro.
sl@0
   667
sl@0
   668
This class is build independent; i.e. an explicit 16-bit build variant
sl@0
   669
is generated for both a non-Unicode build and a Unicode build.
sl@0
   670
sl@0
   671
The class has no explicit constructors.
sl@0
   672
sl@0
   673
@see _LIT16
sl@0
   674
*/
sl@0
   675
	{
sl@0
   676
public:
sl@0
   677
	inline const TDesC16* operator&() const;
sl@0
   678
	inline operator const TDesC16&() const;
sl@0
   679
	inline const TDesC16& operator()() const;
sl@0
   680
	inline operator const __TRefDesC16() const;
sl@0
   681
public:
sl@0
   682
#if defined(__GCC32__)
sl@0
   683
    /**
sl@0
   684
    @internalComponent
sl@0
   685
    */
sl@0
   686
	typedef wchar_t __TText;
sl@0
   687
#elif defined(__VC32__)
sl@0
   688
    /**
sl@0
   689
    @internalComponent
sl@0
   690
    */
sl@0
   691
	typedef wchar_t __TText;
sl@0
   692
#elif defined(__CW32__)
sl@0
   693
    /**
sl@0
   694
    @internalComponent
sl@0
   695
    */
sl@0
   696
	typedef TUint16 __TText;
sl@0
   697
#elif !defined(__TText_defined)
sl@0
   698
#error	no typedef for __TText
sl@0
   699
#endif
sl@0
   700
public:
sl@0
   701
    /**
sl@0
   702
    @internalComponent
sl@0
   703
    */
sl@0
   704
	TUint iTypeLength;
sl@0
   705
	
sl@0
   706
	/**
sl@0
   707
    @internalComponent
sl@0
   708
    */
sl@0
   709
	__TText iBuf[__Align16(S)];
sl@0
   710
	};
sl@0
   711
sl@0
   712
#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
sl@0
   713
#include <e32des16_private.h>
sl@0
   714
#endif
sl@0
   715
sl@0
   716
#endif