S60UIExamplePlayView.inc
上传用户:laixiong
上传日期:2007-03-11
资源大小:2994k
文件大小:1975k
源码类别:

Symbian

开发平台:

C/C++

  1. #line 1 "C:\gbtukmanpf01\NOK124\Courses\S60\05300-S60_C++_Introduction\Working\LabCode\Lab_05304-s2.cb1\starter\src\S60UIExamplePlayView.cpp" /* stack depth 0 */
  2. #line 1 "(C-C++ Preprocessor Panel)" /* stack depth 1 */
  3. #line 1 "(command-line defines)" /* stack depth 2 */
  4. #pragma symbian
  5. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\variant\Symbian_OS_v9.1.hrh" /* stack depth 3 */
  6. #line 12 "(command-line defines)" /* stack depth 2 */
  7. #pragma warn_largeargs on
  8. #line 1 "(C-C++ Preprocessor Panel)" /* stack depth 1 */
  9. #line 1 "C:\gbtukmanpf01\NOK124\Courses\S60\05300-S60_C++_Introduction\Working\LabCode\Lab_05304-s2.cb1\starter\src\S60UIExamplePlayView.cpp" /* stack depth 0 */
  10. #line 1 "C:\gbtukmanpf01\NOK124\Courses\S60\05300-S60_C++_Introduction\Working\LabCode\Lab_05304-s2.cb1\starter\inc\S60UIExamplePlayView.h" /* stack depth 1 */
  11. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\aknview.h" /* stack depth 2 */
  12. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\babitflags.h" /* stack depth 3 */
  13. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32std.h" /* stack depth 4 */
  14. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32cmn.h" /* stack depth 5 */
  15. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32const.h" /* stack depth 6 */
  16. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32err.h" /* stack depth 7 */
  17. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32def.h" /* stack depth 8 */
  18. #line 166
  19. #pragma warning off (10480) 
  20. #pragma warning off (10350) 
  21. #line 481
  22. typedef void TAny;
  23. #line 493
  24. typedef signed char TInt8;
  25. #line 505
  26. typedef unsigned char TUint8;
  27. #line 517
  28. typedef short int TInt16;
  29. #line 529
  30. typedef unsigned short int TUint16;
  31. #line 541
  32. typedef long int TInt32;
  33. #line 553
  34. typedef unsigned long int TUint32;
  35. #line 586
  36. typedef signed int TInt;
  37. #line 604
  38. typedef unsigned int TUint;
  39. #line 623
  40. typedef float TReal32;
  41. #line 644
  42. typedef double TReal64;
  43. #line 668
  44. typedef double TReal;
  45. #line 689
  46. typedef unsigned char TText8;
  47. #line 711
  48. typedef unsigned short int TText16;
  49. #line 730
  50. typedef int TBool;
  51. #line 741
  52. typedef TUint32 TLinAddr;
  53. typedef struct TRomExceptionSearchTable
  54. {
  55. TInt32 iNumEntries;
  56. TLinAddr iEntries[1];
  57. } TRomExceptionSearchTable;
  58. typedef struct TExceptionDescriptor
  59. {
  60. TLinAddr iExIdxBase;
  61. TLinAddr iExIdxLimit;
  62. TLinAddr iROSegmentBase;
  63. TLinAddr iROSegmentLimit;
  64. } TExceptionDescriptor;
  65. #line 820
  66. #pragma longlong on
  67. #line 820
  68. typedef long long Int64;
  69. typedef unsigned long long Uint64;
  70. #line 835
  71. typedef Int64 TInt64;
  72. #line 846
  73. typedef Uint64 TUint64;
  74. #line 1078
  75. typedef TText16 TText;
  76. #line 1220
  77. typedef TInt8 *VA_LIST[1];
  78. #line 2706
  79. static const char* const KSuppressPlatSecDiagnosticMagicValue = (const char*)1;
  80. #line 2769
  81. static const char* const KSuppressPlatSecDiagnostic = KSuppressPlatSecDiagnosticMagicValue;
  82. #line 13 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32err.h" /* stack depth 7 */
  83. #line 24
  84. const TInt KErrNone=0;
  85. #line 35
  86. const TInt KErrNotFound=(-1);
  87. #line 46
  88. const TInt KErrGeneral=(-2);
  89. #line 57
  90. const TInt KErrCancel=(-3);
  91. #line 68
  92. const TInt KErrNoMemory=(-4);
  93. #line 82
  94. const TInt KErrNotSupported=(-5);
  95. #line 93
  96. const TInt KErrArgument=(-6);
  97. #line 108
  98. const TInt KErrTotalLossOfPrecision=(-7);
  99. #line 122
  100. const TInt KErrBadHandle=(-8);
  101. #line 140
  102. const TInt KErrOverflow=(-9);
  103. #line 158
  104. const TInt KErrUnderflow=(-10);
  105. #line 172
  106. const TInt KErrAlreadyExists=(-11);
  107. #line 184
  108. const TInt KErrPathNotFound=(-12);
  109. #line 195
  110. const TInt KErrDied=(-13);
  111. #line 206
  112. const TInt KErrInUse=(-14);
  113. #line 218
  114. const TInt KErrServerTerminated=(-15);
  115. #line 230
  116. const TInt KErrServerBusy=(-16);
  117. #line 245
  118. const TInt KErrCompletion=(-17);
  119. #line 260
  120. const TInt KErrNotReady=(-18);
  121. #line 271
  122. const TInt KErrUnknown=(-19);
  123. #line 283
  124. const TInt KErrCorrupt=(-20);
  125. #line 295
  126. const TInt KErrAccessDenied=(-21);
  127. #line 307
  128. const TInt KErrLocked=(-22);
  129. #line 319
  130. const TInt KErrWrite=(-23);
  131. #line 331
  132. const TInt KErrDisMounted=(-24);
  133. #line 348
  134. const TInt KErrEof=(-25);
  135. #line 360
  136. const TInt KErrDiskFull=(-26);
  137. #line 371
  138. const TInt KErrBadDriver=(-27);
  139. #line 383
  140. const TInt KErrBadName=(-28);
  141. #line 394
  142. const TInt KErrCommsLineFail=(-29);
  143. #line 406
  144. const TInt KErrCommsFrame=(-30);
  145. #line 418
  146. const TInt KErrCommsOverrun=(-31);
  147. #line 429
  148. const TInt KErrCommsParity=(-32);
  149. #line 440
  150. const TInt KErrTimedOut=(-33);
  151. #line 451
  152. const TInt KErrCouldNotConnect=(-34);
  153. #line 462
  154. const TInt KErrCouldNotDisconnect=(-35);
  155. #line 474
  156. const TInt KErrDisconnected=(-36);
  157. #line 485
  158. const TInt KErrBadLibraryEntryPoint=(-37);
  159. #line 497
  160. const TInt KErrBadDescriptor=(-38);
  161. #line 508
  162. const TInt KErrAbort=(-39);
  163. #line 519
  164. const TInt KErrTooBig=(-40);
  165. #line 530
  166. const TInt KErrDivideByZero=(-41);
  167. #line 542
  168. const TInt KErrBadPower=(-42);
  169. #line 553
  170. const TInt KErrDirFull=(-43);
  171. #line 565
  172. const TInt KErrHardwareNotAvailable=(-44);
  173. #line 577
  174. const TInt KErrSessionClosed=(-45);
  175. #line 589
  176. const TInt KErrPermissionDenied=(-46);
  177. #line 598
  178. const TInt KErrExtensionNotSupported=(-47);
  179. #line 609
  180. const TInt KErrCommsBreak=(-48);
  181. #line 8 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32const.h" /* stack depth 6 */
  182. #line 25
  183. const TInt KDefaultJustifyWidth=(-1);
  184. #line 38
  185. const TInt KMaxCheckedUid=3;
  186. #line 48
  187. const TInt KNumTraceMaskWords = 8;
  188. #line 60
  189. const TInt KMaxUidName=10;
  190. #line 71
  191. const TInt KMaxModuleVersionName=10;
  192. #line 84
  193. const TInt KMaxName=0x80;
  194. #line 95
  195. const TInt KMaxKernelName=0x50;
  196. #line 106
  197. const TInt KMaxProcessName=(KMaxKernelName-KMaxUidName-KMaxModuleVersionName-4);
  198. #line 117
  199. const TInt KMaxLibraryName=(KMaxKernelName-KMaxUidName-KMaxModuleVersionName);
  200. #line 128
  201. const TInt KMaxInfoName=0x10;
  202. #line 141
  203. const TInt KMaxFullName=(KMaxName<<1);
  204. #line 154
  205. const TInt KMaxPassword=0x10;
  206. #line 167
  207. const TInt KMaxExitCategoryName=0x10;
  208. #line 180
  209. const TInt KMaxDayName=0x20;
  210. #line 193
  211. const TInt KMaxDayNameAbb=0x08;
  212. #line 205
  213. const TInt KMaxDays=7;
  214. #line 218
  215. const TInt KMaxMonthName=0x20;
  216. #line 231
  217. const TInt KMaxMonthNameAbb=0x08;
  218. #line 243
  219. const TInt KMaxMonths=12;
  220. #line 256
  221. const TInt KMaxSuffix=0x04;
  222. #line 268
  223. const TInt KMaxSuffixes=31;
  224. #line 281
  225. const TInt KMaxAmPmName=0x04;
  226. #line 293
  227. const TInt KMaxAmPms=2;
  228. #line 304
  229. const TInt KMaxDateSeparators=4;
  230. #line 315
  231. const TInt KMaxTimeSeparators=4;
  232. #line 327
  233. const TInt KMaxTranslateTable=0x100;
  234. #line 340
  235. const TInt KMaxCurrencySymbol=0x08;
  236. #line 353
  237. const TInt KMaxShortDateFormatSpec=40;
  238. #line 366
  239. const TInt KMaxLongDateFormatSpec=80;
  240. #line 379
  241. const TInt KMaxTimeFormatSpec=60;
  242. #line 390
  243. const TInt KMaxFileName=0x100;
  244. #line 403
  245. const TInt KMaxVersionName=0x10;
  246. #line 416
  247. const TInt KMaxPath=0x100;
  248. #line 429
  249. const TInt KMaxDeviceInfo=0x80;
  250. #line 440
  251. const TInt KMaxMediaPassword=16;
  252. #line 458
  253. const TInt KMinHeapSize=0x100;
  254. #line 469
  255. const TInt KDstHome=0x01;
  256. #line 480
  257. const TInt KDstEuropean=0x02;
  258. #line 491
  259. const TInt KDstNorthern=0x04;
  260. #line 502
  261. const TInt KDstSouthern=0x08;
  262. #line 513
  263. const TInt KDefaultStackSize=0x2000;
  264. #line 524
  265. const TUint KNoChar=0xffffffffu;
  266. #line 539
  267. const TInt KIndexPtr=(-1);
  268. #line 550
  269. const TInt KHandleNoClose=0x00008000;
  270. #line 561
  271. const TInt KHandleFlagLocal=0x40000000;
  272. #line 572
  273. const TInt KCurrentProcessHandle=0xffff0000|KHandleNoClose;
  274. #line 583
  275. const TInt KCurrentThreadHandle=0xffff0001|KHandleNoClose;
  276. #line 596
  277. const TInt KNullHandle=0;
  278. #line 607
  279. const TInt KDefaultUnit=0x00;
  280. #line 621
  281. const TInt KNullUnit=0xffffffff;
  282. #line 635
  283. const TInt KMaxUnits=0x20;
  284. #line 647
  285. const TInt KMaxMessageArguments=0x04;
  286. #line 664
  287. const TInt KDefaultRealWidth=20;
  288. #line 678
  289. const TInt KMinHeapGrowBy=0x1000;
  290. #line 689
  291. const TInt KMaxExponentConversion=99;
  292. #line 702
  293. const TInt KNullUidValue=0;
  294. #line 716
  295. const TInt KDeltaTimerDefaultGranularity=100000;
  296. #line 727
  297. const TInt KMaxTInt8=0x7f;
  298. #line 738
  299. const TInt KMinTInt8=(-128);
  300. #line 749
  301. const TUint KMaxTUint8=0xffu;
  302. #line 760
  303. const TInt KMaxTInt16=0x7fff;
  304. #line 771
  305. const TInt KMinTInt16=(-32768);
  306. #line 782
  307. const TUint KMaxTUint16=0xffffu;
  308. #line 793
  309. const TInt KMaxTInt32=0x7fffffff;
  310. #line 804
  311. const TInt KMinTInt32=(TInt)0x80000000;
  312. #line 815
  313. const TUint KMaxTUint32=0xffffffffu;
  314. #line 826
  315. const TInt KMaxTInt=0x7fffffff;
  316. #line 837
  317. const TInt KMinTInt=(TInt)0x80000000;
  318. #line 848
  319. const TUint KMaxTUint=0xffffffffu;
  320. #line 859
  321. const TInt64 KMaxTInt64 = 0x7fffffffffffffffLL ;
  322. #line 870
  323. const TInt64 KMinTInt64 = 0x8000000000000000ULL ;
  324. #line 881
  325. const TUint64 KMaxTUint64 = 0xffffffffffffffffULL ;
  326. #line 897
  327. const TUint KMatchAny='*';
  328. #line 913
  329. const TUint KMatchOne='?';
  330. #line 924
  331. const TInt KMaxLocalDrives=16;
  332. #line 935
  333. const TInt KMaxPBusSockets=4;
  334. #line 946
  335. const TInt KNoCallEntryPoint = 0x01;
  336. #line 960
  337. const TInt KRequestPending=(-KMaxTInt);
  338. #line 973
  339. enum TMediaType
  340. {
  341. EMediaNotPresent,
  342. EMediaUnknown,EMediaFloppy,EMediaHardDisk,EMediaCdRom,
  343. EMediaRam,EMediaFlash,EMediaRom,EMediaRemote,EMediaNANDFlash
  344. };
  345. #line 989
  346. enum TBatteryState {EBatNotSupported,EBatGood,EBatLow};
  347. #line 1000
  348. const TUint KDriveAttLocal=0x01;
  349. #line 1011
  350. const TUint KDriveAttRom=0x02;
  351. #line 1023
  352. const TUint KDriveAttRedirected=0x04;
  353. #line 1034
  354. const TUint KDriveAttSubsted=0x08;
  355. #line 1045
  356. const TUint KDriveAttInternal=0x10;
  357. #line 1056
  358. const TUint KDriveAttRemovable=0x20;
  359. #line 1067
  360. const TUint KDriveAttRemote=0x40;
  361. #line 1078
  362. const TUint KDriveAttTransaction=0x80;
  363. #line 1089
  364. const TUint KMediaAttVariableSize=0x01;
  365. #line 1100
  366. const TUint KMediaAttDualDensity=0x02;
  367. #line 1111
  368. const TUint KMediaAttFormattable=0x04;
  369. #line 1122
  370. const TUint KMediaAttWriteProtected=0x08;
  371. #line 1134
  372. const TUint KMediaAttLockable=0x10;
  373. #line 1146
  374. const TUint KMediaAttLocked=0x20;
  375. #line 1156
  376. const TUint KMediaAttHasPassword=0x40;
  377. const TUint KMediaAttReadWhileWrite=0x80;
  378. const TUint KMediaAttDeleteNotify=0x100;
  379. const TUint KDriveFileSysFAT=0x01;
  380. #line 1189
  381. const TUint KDriveFileSysROM=0x02;
  382. #line 1200
  383. const TUint KDriveFileSysLFFS=0x03;
  384. #line 1211
  385. const TUint KDriveFileSysROFS=0x04;
  386. #line 1222
  387. const TUint KDriveFileNone=0x05;
  388. #line 1236
  389. enum TFalse {
  390.             EFalse=0
  391.             };
  392. #line 1255
  393. enum TTrue {
  394.            ETrue=1
  395.            };
  396. #line 1272
  397. enum TAllowDuplicates {
  398.                       ENoDuplicates,
  399.                       EAllowDuplicates
  400.                       };
  401. #line 1303
  402. enum TRadix {
  403.             EBinary=2,
  404.             EOctal=8,
  405.             EDecimal=10,
  406.             EHex=16
  407.             };
  408. #line 1348
  409. enum TLanguage
  410. {
  411. ELangTest = 0,
  412. ELangEnglish = 1,
  413. ELangFrench = 2,
  414. ELangGerman = 3,
  415. ELangSpanish = 4,
  416. ELangItalian = 5,
  417. ELangSwedish = 6,
  418. ELangDanish = 7,
  419. ELangNorwegian = 8,
  420. ELangFinnish = 9,
  421. ELangAmerican = 10,
  422. ELangSwissFrench = 11,
  423. ELangSwissGerman = 12,
  424. ELangPortuguese = 13,
  425. ELangTurkish = 14,
  426. ELangIcelandic = 15,
  427. ELangRussian = 16,
  428. ELangHungarian = 17,
  429. ELangDutch = 18,
  430. ELangBelgianFlemish = 19,
  431. ELangAustralian = 20,
  432. ELangBelgianFrench = 21,
  433. ELangAustrian = 22,
  434. ELangNewZealand = 23,
  435. ELangInternationalFrench = 24,
  436. ELangCzech = 25,
  437. ELangSlovak = 26,
  438. ELangPolish = 27,
  439. ELangSlovenian = 28,
  440. ELangTaiwanChinese = 29,
  441. ELangHongKongChinese = 30,
  442. ELangPrcChinese = 31,
  443. ELangJapanese = 32,
  444. ELangThai = 33,
  445. ELangAfrikaans = 34,
  446. ELangAlbanian = 35,
  447. ELangAmharic = 36,
  448. ELangArabic = 37,
  449. ELangArmenian = 38,
  450. ELangTagalog = 39,
  451. ELangBelarussian = 40,
  452. ELangBengali = 41,
  453. ELangBulgarian = 42,
  454. ELangBurmese = 43,
  455. ELangCatalan = 44,
  456. ELangCroatian = 45,
  457. ELangCanadianEnglish = 46,
  458. ELangInternationalEnglish = 47,
  459. ELangSouthAfricanEnglish = 48,
  460. ELangEstonian = 49,
  461. ELangFarsi = 50,
  462. ELangCanadianFrench = 51,
  463. ELangScotsGaelic = 52,
  464. ELangGeorgian = 53,
  465. ELangGreek = 54,
  466. ELangCyprusGreek = 55,
  467. ELangGujarati = 56,
  468. ELangHebrew = 57,
  469. ELangHindi = 58,
  470. ELangIndonesian = 59,
  471. ELangIrish = 60,
  472. ELangSwissItalian = 61,
  473. ELangKannada = 62,
  474. ELangKazakh = 63,
  475. ELangKhmer = 64,
  476. ELangKorean = 65,
  477. ELangLao = 66,
  478. ELangLatvian = 67,
  479. ELangLithuanian = 68,
  480. ELangMacedonian = 69,
  481. ELangMalay = 70,
  482. ELangMalayalam = 71,
  483. ELangMarathi = 72,
  484. ELangMoldavian = 73,
  485. ELangMongolian = 74,
  486. ELangNorwegianNynorsk = 75,
  487. ELangBrazilianPortuguese = 76,
  488. ELangPunjabi = 77,
  489. ELangRomanian = 78,
  490. ELangSerbian = 79,
  491. ELangSinhalese = 80,
  492. ELangSomali = 81,
  493. ELangInternationalSpanish = 82,
  494. ELangLatinAmericanSpanish = 83,
  495. ELangSwahili = 84,
  496. ELangFinlandSwedish = 85,
  497. ELangReserved1 = 86,
  498. ELangTamil = 87,
  499. ELangTelugu = 88,
  500. ELangTibetan = 89,
  501. ELangTigrinya = 90,
  502. ELangCyprusTurkish = 91,
  503. ELangTurkmen = 92,
  504. ELangUkrainian = 93,
  505. ELangUrdu = 94,
  506. ELangReserved2 = 95,
  507. ELangVietnamese = 96,
  508. ELangWelsh = 97,
  509. ELangZulu = 98,
  510. ELangOther = 99,
  511. ELangNone = 0xFFFF,
  512. ELangMaximum = ELangNone
  513. };
  514. #line 1675
  515. const TUint KDialectMask=0x03FF;
  516. #line 1687
  517. enum TDateFormat {
  518.                  EDateAmerican,
  519.                  EDateEuropean,
  520.                  EDateJapanese};
  521. #line 1712
  522. enum TTimeFormat {
  523.                  ETime12,
  524.                  ETime24
  525.                  };
  526. #line 1726
  527. enum TClockFormat {
  528.                   EClockAnalog,
  529.                   EClockDigital
  530.                   };
  531. #line 1740
  532. enum TUnitsFormat {
  533.                   EUnitsImperial,
  534.                   EUnitsMetric
  535.                   };
  536. #line 1754
  537. enum TAmPm {
  538.            EAm,
  539.            EPm
  540.            };
  541. #line 1772
  542. enum TLocalePos
  543. {
  544. ELocaleBefore,
  545. ELocaleAfter
  546. };
  547. #line 1796
  548. enum TDigitType
  549. {
  550. EDigitTypeUnknown = 0x0000,
  551. EDigitTypeWestern = 0x0030,
  552. EDigitTypeArabicIndic = 0x0660,
  553. EDigitTypeEasternArabicIndic = 0x6F0,
  554. EDigitTypeDevanagari = 0x0966,
  555. EDigitTypeThai = 0x0E50,
  556. EDigitTypeAllTypes = 0xFFFF
  557. };
  558. #line 1816
  559. enum TDaylightSavingZone
  560. {
  561. EDstHome=0x40000000,
  562. EDstNone=0,
  563. EDstEuropean=1,
  564. EDstNorthern=2,
  565. EDstSouthern=4
  566. };
  567. #line 1854
  568. enum TNegativeCurrencyFormat
  569. {
  570. E_NegC_LeadingMinusSign,
  571. E_NegC_InBrackets,
  572. E_NegC_InterveningMinusSignWithSpaces,
  573. E_NegC_InterveningMinusSignWithoutSpaces,
  574. E_NegC_TrailingMinusSign
  575. };
  576. enum TDeviceTimeState
  577. {
  578. EDeviceUserTime,
  579. ENITZNetworkTimeSync
  580. };
  581. #line 1891
  582. enum TDay
  583. {
  584. EMonday,
  585. ETuesday,
  586. EWednesday,
  587. EThursday,
  588. EFriday,
  589. ESaturday,
  590. ESunday
  591. };
  592. #line 1914
  593. enum TMonth
  594. {
  595. EJanuary,
  596. EFebruary,
  597. EMarch,
  598. EApril,
  599. EMay,
  600. EJune,
  601. EJuly,
  602. EAugust,
  603. ESeptember,
  604. EOctober,
  605. ENovember,
  606. EDecember
  607. };
  608. #line 1952
  609. enum TOwnerType {
  610.                  EOwnerProcess,
  611.                  EOwnerThread
  612.                 };
  613. const TInt KCreateProtectedObject = (TInt)0x80000000;
  614. #line 1983
  615. enum TProcessPriority
  616. {
  617. EPriorityLow=150,
  618. EPriorityBackground=250,
  619. EPriorityForeground=350,
  620. EPriorityHigh=450,
  621. EPriorityWindowServer=650,
  622. EPriorityFileServer=750,
  623. EPriorityRealTimeServer=850,
  624. EPrioritySupervisor=950
  625. };
  626. #line 2010
  627. enum TThreadPriority
  628. {
  629. EPriorityNull=(-30),
  630. EPriorityMuchLess=(-20),
  631. EPriorityLess=(-10),
  632. EPriorityNormal=0,
  633. EPriorityMore=10,
  634. EPriorityMuchMore=20,
  635. EPriorityRealTime=30,
  636. EPriorityAbsoluteVeryLow=100,
  637. EPriorityAbsoluteLow=200,
  638. EPriorityAbsoluteBackground=300,
  639. EPriorityAbsoluteForeground=400,
  640. EPriorityAbsoluteHigh=500
  641. };
  642. #line 2033
  643. const TText KProtectedServerNamePrefix = '!';
  644. #line 2050
  645. enum TExcType
  646. {
  647. EExcGeneral=0,
  648. EExcIntegerDivideByZero=1,
  649. EExcSingleStep=2,
  650. EExcBreakPoint=3,
  651. EExcIntegerOverflow=4,
  652. EExcBoundsCheck=5,
  653. EExcInvalidOpCode=6,
  654. EExcDoubleFault=7,
  655. EExcStackFault=8,
  656. EExcAccessViolation=9,
  657. EExcPrivInstruction=10,
  658. EExcAlignment=11,
  659. EExcPageFault=12,
  660. EExcFloatDenormal=13,
  661. EExcFloatDivideByZero=14,
  662. EExcFloatInexactResult=15,
  663. EExcFloatInvalidOperation=16,
  664. EExcFloatOverflow=17,
  665. EExcFloatStackCheck=18,
  666. EExcFloatUnderflow=19,
  667. EExcAbort=20,
  668. EExcKill=21,
  669. EExcUserInterrupt=22,
  670. EExcDataAbort=23,
  671. EExcCodeAbort=24,
  672. EExcMaxNumber=25,
  673. EExcInvalidVector=26,
  674. };
  675. #line 2096
  676. enum TExitType {
  677.                EExitKill,
  678.                EExitTerminate,
  679.                EExitPanic,
  680.                EExitPending
  681.                };
  682. #line 2136
  683. enum TAlign {
  684.             ELeft,
  685.             ECenter,
  686.             ERight
  687.             };
  688. #line 2163
  689. const TInt KRealFormatTypesMask=0x00000007;
  690. #line 2193
  691. const TInt KRealFormatFixed=1;
  692. #line 2233
  693. const TInt KRealFormatExponent=2;
  694. #line 2261
  695. const TInt KRealFormatGeneral=3;
  696. #line 2280
  697. const TInt KRealFormatNoExponent=4;
  698. #line 2300
  699. const TInt KRealFormatCalculator=5;
  700. #line 2314
  701. const TInt KRealFormatTypeFlagsMask=0x7C000000;
  702. #line 2334
  703. const TInt KExtraSpaceForSign=0x40000000;
  704. #line 2355
  705. const TInt KAllowThreeDigitExp=0x20000000;
  706. #line 2373
  707. const TInt KUseSigFigs=0x10000000;
  708. #line 2391
  709. const TInt KDoNotUseTriads=0x08000000;
  710. #line 2408
  711. const TInt KGeneralLimit=0x04000000;
  712. #line 2420
  713. enum TLeave {ELeave};
  714. #line 2431
  715. enum TFirstWeekRule {
  716.                     EFirstWeek,
  717.                     EFirstFourDayWeek,
  718.                     EFirstFullWeek
  719.                     };
  720. #line 2466
  721. enum TTimerLockSpec
  722. {
  723. EOneOClock,
  724. ETwoOClock,
  725. EThreeOClock,
  726. EFourOClock,
  727. EFiveOClock,
  728. ESixOClock,
  729. ESevenOClock,
  730. EEightOClock,
  731. ENineOClock,
  732. ETenOClock,
  733. EElevenOClock,
  734. ETwelveOClock
  735. };
  736. #line 2525
  737. enum TChanges
  738. {
  739. EChangesLocale=0x01,
  740. EChangesMidnightCrossover=0x02,
  741. EChangesThreadDeath=0x04,
  742. EChangesPowerStatus=0x08,
  743. EChangesSystemTime=0x10,
  744. EChangesFreeMemory=0x20,
  745. EChangesOutOfMemory=0x40,
  746. };
  747. #line 2589
  748. typedef TInt (*TThreadFunction)(TAny*);
  749. #line 2604
  750. typedef TInt (*TLibraryFunction)();
  751. #line 2619
  752. typedef TInt (*TLibraryEntry)(TInt);
  753. #line 2636
  754. typedef void (*TExceptionHandler)(TExcType);
  755. #line 2653
  756. const TUint KExceptionAbort=0x01;
  757. #line 2668
  758. const TUint KExceptionKill=0x02;
  759. #line 2683
  760. const TUint KExceptionUserInterrupt=0x04;
  761. #line 2699
  762. const TUint KExceptionFpe=0x08;
  763. #line 2715
  764. const TUint KExceptionFault=0x10;
  765. #line 2727
  766. const TUint KExceptionInteger=0x20;
  767. #line 2742
  768. const TUint KExceptionDebug=0x40;
  769. #line 2770
  770. enum TProcessParameterType
  771. {
  772. EHandle=1,
  773. EBinaryData=2,
  774. };
  775. #line 2787
  776. const TUint32 KBit0= 0x00000001;
  777. #line 2798
  778. const TUint32 KBit1= 0x00000002;
  779. #line 2809
  780. const TUint32 KBit2= 0x00000004;
  781. #line 2820
  782. const TUint32 KBit3= 0x00000008;
  783. #line 2831
  784. const TUint32 KBit4= 0x00000010;
  785. #line 2842
  786. const TUint32 KBit5= 0x00000020;
  787. #line 2853
  788. const TUint32 KBit6= 0x00000040;
  789. #line 2864
  790. const TUint32 KBit7= 0x00000080;
  791. #line 2875
  792. const TUint32 KBit8= 0x00000100;
  793. #line 2886
  794. const TUint32 KBit9= 0x00000200;
  795. #line 2897
  796. const TUint32 KBit10=0x00000400;
  797. #line 2908
  798. const TUint32 KBit11=0x00000800;
  799. #line 2919
  800. const TUint32 KBit12=0x00001000;
  801. #line 2930
  802. const TUint32 KBit13=0x00002000;
  803. #line 2941
  804. const TUint32 KBit14=0x00004000;
  805. #line 2952
  806. const TUint32 KBit15=0x00008000;
  807. #line 2963
  808. const TUint32 KBit16=0x00010000;
  809. #line 2974
  810. const TUint32 KBit17=0x00020000;
  811. #line 2985
  812. const TUint32 KBit18=0x00040000;
  813. #line 2996
  814. const TUint32 KBit19=0x00080000;
  815. #line 3007
  816. const TUint32 KBit20=0x00100000;
  817. #line 3018
  818. const TUint32 KBit21=0x00200000;
  819. #line 3029
  820. const TUint32 KBit22=0x00400000;
  821. #line 3040
  822. const TUint32 KBit23=0x00800000;
  823. #line 3051
  824. const TUint32 KBit24=0x01000000;
  825. #line 3062
  826. const TUint32 KBit25=0x02000000;
  827. #line 3073
  828. const TUint32 KBit26=0x04000000;
  829. #line 3084
  830. const TUint32 KBit27=0x08000000;
  831. #line 3095
  832. const TUint32 KBit28=0x10000000;
  833. #line 3106
  834. const TUint32 KBit29=0x20000000;
  835. #line 3117
  836. const TUint32 KBit30=0x40000000;
  837. #line 3128
  838. const TUint32 KBit31=0x80000000;
  839. #line 3141
  840. const TUint32 KSet32=0xffffffff;
  841. #line 3155
  842. const TUint32 KClear32=0x00000000;
  843. #line 3166
  844. const TInt KKilo=1024;
  845. #line 3177
  846. const TInt KMega=1024*1024;
  847. #line 3188
  848. enum TIpcSessionType
  849. {
  850. EIpcSession_Unsharable=0,
  851. EIpcSession_Sharable=1,
  852. EIpcSession_GlobalSharable=2
  853. };
  854. #line 3213
  855. const TInt KNullDebugPort=-2;
  856. const TUint32 KModuleVersionWild=0xfffffffeu;
  857. const TUint32 KModuleVersionNull=0xffffffffu;
  858. #line 3233
  859. const TUint KNullThreadId = 0xffffffffu;
  860. #line 3244
  861. const TUint KNullProcessId = 0xffffffffu;
  862. #line 3254
  863. enum TFloatingPointType
  864. {
  865. EFpTypeNone=0,
  866. EFpTypeVFPv2=1
  867. };
  868. #line 3270
  869. enum TFloatingPointMode
  870. {
  871. EFpModeRunFast=0,
  872. EFpModeIEEENoExceptions=1
  873. };
  874. #line 3296
  875. enum TFloatingPointRoundingMode
  876. {
  877. EFpRoundToNearest=0,
  878. EFpRoundToPlusInfinity=1,
  879. EFpRoundToMinusInfinity=2,
  880. EFpRoundToZero=3,
  881. EFpRoundNumModes=4
  882. };
  883. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32capability.h" /* stack depth 7 */
  884. #line 24
  885. enum TCapability
  886. {
  887. ECapabilityTCB = 0,
  888. ECapabilityCommDD = 1,
  889. #line 55
  890. ECapabilityPowerMgmt = 2,
  891. ECapabilityMultimediaDD = 3,
  892. #line 72
  893. ECapabilityReadDeviceData = 4,
  894. ECapabilityWriteDeviceData = 5,
  895. #line 91
  896. ECapabilityDRM = 6,
  897. #line 104
  898. ECapabilityTrustedUI = 7,
  899. #line 114
  900. ECapabilityProtServ = 8,
  901. #line 123
  902. ECapabilityDiskAdmin = 9,
  903. #line 135
  904. ECapabilityNetworkControl = 10,
  905. #line 144
  906. ECapabilityAllFiles = 11,
  907. #line 154
  908. ECapabilitySwEvent = 12,
  909. #line 168
  910. ECapabilityNetworkServices = 13,
  911. #line 178
  912. ECapabilityLocalServices = 14,
  913. #line 190
  914. ECapabilityReadUserData = 15,
  915. #line 202
  916.     ECapabilityWriteUserData = 16,
  917. #line 211
  918. ECapabilityLocation = 17,
  919. #line 224
  920. ECapabilitySurroundingsDD = 18,
  921. #line 237
  922. ECapabilityUserEnvironment = 19,
  923. ECapability_Limit,
  924. ECapability_HardLimit = 255,
  925. ECapability_None = -1,
  926. ECapability_Denied = -2
  927. };
  928. #line 3326 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32const.h" /* stack depth 6 */
  929. #line 8 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32cmn.h" /* stack depth 5 */
  930. extern "C" {
  931. #line 41
  932. __declspec(dllexport) TInt memcompare(const TUint8* aLeft, TInt aLeftLen, const TUint8* aRight, TInt aRightLen);
  933. #line 74
  934. __declspec(dllexport) TAny* wordmove(TAny* aTrg, const TAny* aSrc, unsigned int aLength);
  935. #line 91
  936. __declspec(dllexport) TAny* memclr(TAny* aTrg, unsigned int aLength);
  937. }
  938. extern "C" {
  939. #line 112
  940. __declspec(dllexport) TAny* memset(TAny* aTrg, TInt aValue, unsigned int aLength);
  941. #line 129
  942. __declspec(dllexport) TAny* memcpy(TAny* aTrg, const TAny* aSrc, unsigned int aLength);
  943. #line 146
  944. __declspec(dllexport) TAny* memmove(TAny* aTrg, const TAny* aSrc, unsigned int aLength);
  945. }
  946. #line 168
  947. inline TInt Lim(TInt aVal,TUint aLimit)
  948. {return(((TUint)aVal)<=aLimit);}
  949. #line 187
  950. inline TInt LimX(TInt aVal,TUint aLimit)
  951. {return(((TUint)aVal)<aLimit);}
  952. #line 204
  953. template <class T>
  954. inline T Min(T aLeft,T aRight)
  955. {return(aLeft<aRight ? aLeft : aRight);}
  956. #line 223
  957. template <class T>
  958. inline T Min(T aLeft,TUint aRight)
  959. {return(aLeft<(TInt)aRight ? aLeft : (T)aRight);}
  960. #line 241
  961. template <class T>
  962. inline T Max(T aLeft,T aRight)
  963. {return(aLeft<aRight ? aRight : aLeft);}
  964. #line 260
  965. template <class T>
  966. inline T Max(T aLeft,TUint aRight)
  967. {return(aLeft<(TInt)aRight ? (TInt)aRight : aLeft);}
  968. #line 277
  969. template <class T>
  970. inline T Abs(T aVal)
  971. {return(aVal<0 ? -aVal : aVal);}
  972. #line 296
  973. template <class T>
  974. inline TBool Rng(T aMin,T aVal,T aMax)
  975. {return(aVal>=aMin && aVal<=aMax);}
  976. #line 314
  977. template <class T,class S>
  978. inline T* PtrAdd(T* aPtr,S aVal)
  979. {return((T*)(((TUint8*)aPtr)+aVal));}
  980. #line 332
  981. template <class T,class S>
  982. inline T* PtrSub(T* aPtr,S aVal)
  983. {return((T*)(((TUint8*)aPtr)-aVal));}
  984. #line 349
  985. template <class T>
  986. inline T Align2(T aValue)
  987. {return((T)((((TUint)aValue)+sizeof(TUint16)-1)&~(sizeof(TUint16)-1)));}
  988. #line 366
  989. template <class T>
  990. inline T Align4(T aValue)
  991. {return((T)((((TUint)aValue)+sizeof(TUint32)-1)&~(sizeof(TUint32)-1)));}
  992. #line 384
  993. template <class T>
  994. class TRefByValue
  995. {
  996. public:
  997. inline TRefByValue(T& aRef);
  998. inline operator T&();
  999. private:
  1000. TRefByValue& operator=(TRefByValue aRef);
  1001. private:
  1002. T &iRef;
  1003. };
  1004. class TDesC16;
  1005. class TPtrC16;
  1006. #line 427
  1007. class TChar
  1008. {
  1009. public:
  1010. #line 459
  1011. enum TCategory
  1012. {
  1013. EAlphaGroup = 0x00,
  1014. ELetterOtherGroup = 0x10,
  1015. ELetterModifierGroup = 0x20,
  1016. EMarkGroup = 0x30,
  1017. ENumberGroup = 0x40,
  1018. EPunctuationGroup = 0x50,
  1019. ESymbolGroup = 0x60,
  1020. ESeparatorGroup = 0x70,
  1021. #line 531
  1022. EControlGroup = 0x80,
  1023. EMaxAssignedGroup = 0xE0,
  1024. EUnassignedGroup = 0xF0,
  1025. ELuCategory = EAlphaGroup | 0,
  1026. ELlCategory = EAlphaGroup | 1,
  1027. ELtCategory = EAlphaGroup | 2,
  1028. ELoCategory = ELetterOtherGroup | 0,
  1029. EMaxLetterCategory = ELetterOtherGroup | 0x0F,
  1030. ELmCategory = ELetterModifierGroup | 0,
  1031. EMaxLetterOrLetterModifierCategory = ELetterModifierGroup | 0x0F,
  1032. EMnCategory = EMarkGroup | 0,
  1033. EMcCategory = EMarkGroup | 1,
  1034. EMeCategory = EMarkGroup | 2,
  1035. ENdCategory = ENumberGroup | 0,
  1036. ENlCategory = ENumberGroup | 1,
  1037. ENoCategory = ENumberGroup | 2,
  1038. EPcCategory = EPunctuationGroup | 0,
  1039. EPdCategory = EPunctuationGroup | 1,
  1040. EPsCategory = EPunctuationGroup | 2,
  1041. EPeCategory = EPunctuationGroup | 3,
  1042. EPiCategory = EPunctuationGroup | 4,
  1043. EPfCategory = EPunctuationGroup | 5,
  1044. EPoCategory = EPunctuationGroup | 6,
  1045. ESmCategory = ESymbolGroup | 0,
  1046. EScCategory = ESymbolGroup | 1,
  1047. ESkCategory = ESymbolGroup | 2,
  1048. ESoCategory = ESymbolGroup | 3,
  1049. EMaxGraphicCategory = ESymbolGroup | 0x0F,
  1050. EZsCategory = ESeparatorGroup | 0,
  1051. EMaxPrintableCategory = EZsCategory,
  1052. EZlCategory = ESeparatorGroup | 1,
  1053. EZpCategory = ESeparatorGroup | 2,
  1054. ECcCategory = EControlGroup | 0,
  1055. ECfCategory = EControlGroup | 1,
  1056. EMaxAssignedCategory = EMaxAssignedGroup | 0x0F,
  1057. ECsCategory = EUnassignedGroup | 0,
  1058. ECoCategory = EUnassignedGroup | 1,
  1059. ECnCategory = EUnassignedGroup | 2
  1060. };
  1061. #line 763
  1062. enum TBdCategory
  1063. {
  1064. ELeftToRight,
  1065. ELeftToRightEmbedding,
  1066. ELeftToRightOverride,
  1067. ERightToLeft,
  1068. ERightToLeftArabic,
  1069. ERightToLeftEmbedding,
  1070. ERightToLeftOverride,
  1071. EPopDirectionalFormat,
  1072. EEuropeanNumber,
  1073. EEuropeanNumberSeparator,
  1074. EEuropeanNumberTerminator,
  1075. EArabicNumber,
  1076. ECommonNumberSeparator,
  1077. ENonSpacingMark,
  1078. EBoundaryNeutral,
  1079. EParagraphSeparator,
  1080. ESegmentSeparator,
  1081. EWhitespace,
  1082. EOtherNeutral
  1083. };
  1084. enum TCjkWidth
  1085. {
  1086. ENeutralWidth,
  1087. EHalfWidth,
  1088. EFullWidth,
  1089. ENarrow,
  1090. EWide
  1091. };
  1092.    enum TEncoding
  1093.    {
  1094.    EUnicode,
  1095.    EShiftJIS
  1096.    };
  1097. #line 946
  1098. enum
  1099. {
  1100. EFoldCase = 1,
  1101. EFoldAccents = 2,
  1102. EFoldDigits = 4,
  1103. EFoldSpaces = 8,
  1104. EFoldKana = 16,
  1105. EFoldWidth = 32,
  1106. EFoldStandard = EFoldCase | EFoldAccents | EFoldDigits | EFoldSpaces,
  1107. EFoldAll = -1
  1108. };
  1109. struct TCharInfo
  1110. {
  1111. TCategory iCategory;
  1112. TBdCategory iBdCategory;
  1113. TInt iCombiningClass;
  1114. TUint iLowerCase;
  1115. TUint iUpperCase;
  1116. TUint iTitleCase;
  1117. TBool iMirrored;
  1118. TInt iNumericValue;
  1119. };
  1120. inline TChar();
  1121. inline TChar(TUint aChar);
  1122. inline TChar& operator-=(TUint aChar);
  1123. inline TChar& operator+=(TUint aChar);
  1124. inline TChar operator-(TUint aChar);
  1125. inline TChar operator+(TUint aChar);
  1126. inline operator TUint() const;
  1127. inline void Fold();
  1128. inline void LowerCase();
  1129. inline void UpperCase();
  1130. inline TBool Eos() const;
  1131. __declspec(dllexport) TUint GetUpperCase() const;
  1132. __declspec(dllexport) TUint GetLowerCase() const;
  1133. __declspec(dllexport) TBool IsLower() const;
  1134. __declspec(dllexport) TBool IsUpper() const;
  1135. __declspec(dllexport) TBool IsAlpha() const;
  1136. __declspec(dllexport) TBool IsDigit() const;
  1137. __declspec(dllexport) TBool IsAlphaDigit() const;
  1138. __declspec(dllexport) TBool IsHexDigit() const;
  1139. __declspec(dllexport) TBool IsSpace() const;
  1140. __declspec(dllexport) TBool IsPunctuation() const;
  1141. __declspec(dllexport) TBool IsGraph() const;
  1142. __declspec(dllexport) TBool IsPrint() const;
  1143. __declspec(dllexport) TBool IsControl() const;
  1144. inline void Fold(TInt aFlags);
  1145. inline void TitleCase();
  1146. __declspec(dllexport) TUint GetTitleCase() const;
  1147. __declspec(dllexport) TBool IsTitle() const;
  1148. __declspec(dllexport) TBool IsAssigned() const;
  1149. __declspec(dllexport) void GetInfo(TCharInfo& aInfo) const;
  1150. __declspec(dllexport) TCategory GetCategory() const;
  1151. __declspec(dllexport) TBdCategory GetBdCategory() const;
  1152. __declspec(dllexport) TInt GetCombiningClass() const;
  1153. __declspec(dllexport) TBool IsMirrored() const;
  1154. __declspec(dllexport) TInt GetNumericValue() const;
  1155. __declspec(dllexport) TCjkWidth GetCjkWidth() const;
  1156. __declspec(dllexport) static TBool Compose(TUint& aResult,const TDesC16& aSource);
  1157. __declspec(dllexport) TBool Decompose(TPtrC16& aResult) const;
  1158.    __declspec(dllexport) TBool TranslateFromUnicode(TUint& aCode,TEncoding aEncoding) const;
  1159.    __declspec(dllexport) static TBool TranslateToUnicode(TUint& aTo,TUint aFrom,TEncoding aEncoding);
  1160. protected:
  1161. inline void SetChar(TUint aChar);
  1162. private:
  1163. TUint iChar;
  1164. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1165. };
  1166. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32des8.h" /* stack depth 6 */
  1167. #line 12
  1168. const TUint KMaskDesLength8=0xfffffff;
  1169. const TInt KShiftDesType8=28;
  1170. class TBufCBase8;
  1171. class TDes8;
  1172. class TPtrC8;
  1173. class TPtr8;
  1174. class TPtr16;
  1175. class HBufC8;
  1176. class TDesC8
  1177. #line 48
  1178.     {
  1179. public:
  1180. inline TBool operator<(const TDesC8 &aDes) const;
  1181. inline TBool operator<=(const TDesC8 &aDes) const;
  1182. inline TBool operator>(const TDesC8 &aDes) const;
  1183. inline TBool operator>=(const TDesC8 &aDes) const;
  1184. inline TBool operator==(const TDesC8 &aDes) const;
  1185. inline TBool operator!=(const TDesC8 &aDes) const;
  1186. inline const TUint8 &operator[](TInt anIndex) const;
  1187. inline TInt Length() const;
  1188. inline TInt Size() const;
  1189. __declspec(dllexport) const TUint8 *Ptr() const;
  1190. __declspec(dllexport) TInt Compare(const TDesC8 &aDes) const;
  1191. __declspec(dllexport) TInt Match(const TDesC8 &aDes) const;
  1192. __declspec(dllexport) TInt MatchF(const TDesC8 &aDes) const;
  1193. __declspec(dllexport) TInt MatchC(const TDesC8 &aDes) const;
  1194. __declspec(dllexport) TInt Locate(TChar aChar) const;
  1195. __declspec(dllexport) TInt LocateReverse(TChar aChar) const;
  1196. __declspec(dllexport) TInt Find(const TDesC8 &aDes) const;
  1197. __declspec(dllexport) TInt Find(const TUint8 *pS,TInt aLenS) const;
  1198. __declspec(dllexport) TPtrC8 Left(TInt aLength) const;
  1199. __declspec(dllexport) TPtrC8 Right(TInt aLength) const;
  1200. __declspec(dllexport) TPtrC8 Mid(TInt aPos) const;
  1201. __declspec(dllexport) TPtrC8 Mid(TInt aPos,TInt aLength) const;
  1202. __declspec(dllexport) TInt CompareF(const TDesC8 &aDes) const;
  1203. __declspec(dllexport) TInt CompareC(const TDesC8 &aDes) const;
  1204. __declspec(dllexport) TInt LocateF(TChar aChar) const;
  1205. __declspec(dllexport) TInt LocateReverseF(TChar aChar) const;
  1206. __declspec(dllexport) TInt FindF(const TDesC8 &aDes) const;
  1207. __declspec(dllexport) TInt FindF(const TUint8 *pS,TInt aLenS) const;
  1208. __declspec(dllexport) TInt FindC(const TDesC8 &aDes) const;
  1209. __declspec(dllexport) TInt FindC(const TUint8 *pS,TInt aLenS) const;
  1210. __declspec(dllexport) HBufC8 *Alloc() const;
  1211. __declspec(dllexport) HBufC8 *AllocL() const;
  1212. __declspec(dllexport) HBufC8 *AllocLC() const;
  1213. protected:
  1214. inline TDesC8(TInt aType,TInt aLength);
  1215. inline TDesC8() {}
  1216. inline TInt Type() const;
  1217. inline void DoSetLength(TInt aLength);
  1218. __declspec(dllexport) const TUint8 &AtC(TInt anIndex) const;
  1219. private:
  1220. TUint iLength;
  1221. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1222.     };
  1223. class TPtrC8 : public TDesC8
  1224. #line 122
  1225. {
  1226. public:
  1227. __declspec(dllexport) TPtrC8();
  1228. __declspec(dllexport) TPtrC8(const TDesC8 &aDes);
  1229. __declspec(dllexport) TPtrC8(const TUint8 *aString);
  1230. __declspec(dllexport) TPtrC8(const TUint8 *aBuf,TInt aLength);
  1231. inline void Set(const TUint8 *aBuf,TInt aLength);
  1232. inline void Set(const TDesC8 &aDes);
  1233. inline void Set(const TPtrC8& aPtr);
  1234. private:
  1235. TPtrC8& operator=(const TPtrC8 &aDes);
  1236. protected:
  1237. const TUint8 *iPtr;
  1238. private:
  1239. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1240. };
  1241. class TDes8Overflow
  1242. #line 154
  1243. {
  1244. public:
  1245. #line 165
  1246. virtual void Overflow(TDes8 &aDes)=0;
  1247. };
  1248. class TDesC16;
  1249. class TRealFormat;
  1250. class TDes8 : public TDesC8
  1251. #line 192
  1252. {
  1253. public:
  1254. inline TDes8& operator=(const TUint8 *aString);
  1255. inline TDes8& operator=(const TDesC8 &aDes);
  1256. inline TDes8& operator=(const TDes8 &aDes);
  1257. inline TInt MaxLength() const;
  1258. inline TInt MaxSize() const;
  1259. inline const TUint8 &operator[](TInt anIndex) const;
  1260. inline TUint8 &operator[](TInt anIndex);
  1261. inline TDes8 &operator+=(const TDesC8 &aDes);
  1262. __declspec(dllexport) void Zero();
  1263.   __declspec(dllexport) void SetLength(TInt aLength);
  1264.   __declspec(dllexport) void SetMax();
  1265. __declspec(dllexport) void Copy(const TDesC8 &aDes);
  1266. __declspec(dllexport) void Copy(const TUint8 *aBuf,TInt aLength);
  1267. __declspec(dllexport) void Copy(const TUint8 *aString);
  1268. __declspec(dllexport) void Copy(const TDesC16 &aDes);
  1269. __declspec(dllexport) void Append(TChar aChar);
  1270. __declspec(dllexport) void Append(const TDesC8 &aDes);
  1271. __declspec(dllexport) void Append(const TDesC16 &aDes);
  1272. __declspec(dllexport) void Append(const TUint8 *aBuf,TInt aLength);
  1273. __declspec(dllexport) void Fill(TChar aChar);
  1274. __declspec(dllexport) void Fill(TChar aChar,TInt aLength);
  1275. __declspec(dllexport) void FillZ();
  1276. __declspec(dllexport) void FillZ(TInt aLength);
  1277. __declspec(dllexport) void Num(TInt64 aVal);
  1278. __declspec(dllexport) void Num(TUint64 aVal, TRadix aRadix);
  1279. __declspec(dllexport) void NumFixedWidth(TUint aVal,TRadix aRadix,TInt aWidth);
  1280. __declspec(dllexport) void AppendNum(TInt64 aVal);
  1281. __declspec(dllexport) void AppendNum(TUint64 aVal, TRadix aRadix);
  1282. __declspec(dllexport) void AppendNumFixedWidth(TUint aVal,TRadix aRadix,TInt aWidth);
  1283. __declspec(dllexport) TPtr8 LeftTPtr(TInt aLength) const;
  1284. __declspec(dllexport) TPtr8 RightTPtr(TInt aLength) const;
  1285. __declspec(dllexport) TPtr8 MidTPtr(TInt aPos) const;
  1286. __declspec(dllexport) TPtr8 MidTPtr(TInt aPos,TInt aLength) const;
  1287. __declspec(dllexport) const TUint8 *PtrZ();
  1288. __declspec(dllexport) void CopyF(const TDesC8 &aDes);
  1289. __declspec(dllexport) void CopyC(const TDesC8 &aDes);
  1290. __declspec(dllexport) void CopyLC(const TDesC8 &aDes);
  1291. __declspec(dllexport) void CopyUC(const TDesC8 &aDes);
  1292. __declspec(dllexport) void CopyCP(const TDesC8 &aDes);
  1293. __declspec(dllexport) void Swap(TDes8 &aDes);
  1294. __declspec(dllexport) void AppendFill(TChar aChar,TInt aLength);
  1295. __declspec(dllexport) void ZeroTerminate();
  1296. __declspec(dllexport) void Fold();
  1297. __declspec(dllexport) void Collate();
  1298. __declspec(dllexport) void LowerCase();
  1299. __declspec(dllexport) void UpperCase();
  1300. __declspec(dllexport) void Capitalize();
  1301. __declspec(dllexport) void Repeat(const TUint8 *aBuf,TInt aLength);
  1302. __declspec(dllexport) void Repeat(const TDesC8 &aDes);
  1303. __declspec(dllexport) void Trim();
  1304. __declspec(dllexport) void TrimAll();
  1305. __declspec(dllexport) void TrimLeft();
  1306. __declspec(dllexport) void TrimRight();
  1307. __declspec(dllexport) void Insert(TInt aPos,const TDesC8 &aDes);
  1308. __declspec(dllexport) void Delete(TInt aPos,TInt aLength);
  1309. __declspec(dllexport) void Replace(TInt aPos,TInt aLength,const TDesC8 &aDes);
  1310. __declspec(dllexport) void Justify(const TDesC8 &aDes,TInt aWidth,TAlign anAlignment,TChar aFill);
  1311. __declspec(dllexport) void NumFixedWidthUC(TUint aVal,TRadix aRadix,TInt aWidth);
  1312. __declspec(dllexport) void NumUC(TUint64 aVal, TRadix aRadix=EDecimal);
  1313. __declspec(dllexport) TInt Num(TReal aVal,const TRealFormat &aFormat) ;
  1314. __declspec(dllexport) void AppendNumFixedWidthUC(TUint aVal,TRadix aRadix,TInt aWidth);
  1315. __declspec(dllexport) TInt AppendNum(TReal aVal,const TRealFormat &aFormat) ;
  1316. __declspec(dllexport) void AppendNumUC(TUint64 aVal,TRadix aRadix=EDecimal);
  1317. __declspec(dllexport) void Format(TRefByValue<const TDesC8> aFmt,...);
  1318. __declspec(dllexport) void FormatList(const TDesC8 &aFmt,VA_LIST aList);
  1319. __declspec(dllexport) void AppendJustify(const TDesC8 &Des,TInt aWidth,TAlign anAlignment,TChar aFill);
  1320. __declspec(dllexport) void AppendJustify(const TDesC8 &Des,TInt aLength,TInt aWidth,TAlign anAlignment,TChar aFill);
  1321. __declspec(dllexport) void AppendJustify(const TUint8 *aString,TInt aWidth,TAlign anAlignment,TChar aFill);
  1322. __declspec(dllexport) void AppendJustify(const TUint8 *aString,TInt aLength,TInt aWidth,TAlign anAlignment,TChar aFill);
  1323. __declspec(dllexport) void AppendFormat(TRefByValue<const TDesC8> aFmt,TDes8Overflow *aOverflowHandler,...);
  1324. __declspec(dllexport) void AppendFormat(TRefByValue<const TDesC8> aFmt,...);
  1325. __declspec(dllexport) void AppendFormatList(const TDesC8 &aFmt,VA_LIST aList,TDes8Overflow *aOverflowHandler=0 );
  1326. __declspec(dllexport) TPtr16 Expand();
  1327. __declspec(dllexport) void Collapse();
  1328. protected:
  1329. inline TDes8(TInt aType,TInt aLength,TInt aMaxLength);
  1330. inline TUint8 *WPtr() const;
  1331. inline TDes8() {}
  1332. void DoAppendNum(TUint64 aVal, TRadix aRadix, TUint aA, TInt aW);
  1333. void DoPadAppendNum(TInt aLength, TInt aW, const TUint8* aBuf);
  1334. protected:
  1335. TInt iMaxLength;
  1336. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1337.     };
  1338. class TPtr8 : public TDes8
  1339. #line 308
  1340. {
  1341. public:
  1342. __declspec(dllexport) TPtr8(TUint8 *aBuf,TInt aMaxLength);
  1343. __declspec(dllexport) TPtr8(TUint8 *aBuf,TInt aLength,TInt aMaxLength);
  1344. inline TPtr8& operator=(const TUint8 *aString);
  1345. inline TPtr8& operator=(const TDesC8& aDes);
  1346. inline TPtr8& operator=(const TPtr8& aPtr);
  1347. inline void Set(TUint8 *aBuf,TInt aLength,TInt aMaxLength);
  1348. inline void Set(const TPtr8 &aPtr);
  1349. private:
  1350. __declspec(dllexport) TPtr8(TBufCBase8 &aLcb,TInt aMaxLength);
  1351. protected:
  1352. TUint8 *iPtr;
  1353. private:
  1354. friend class TBufCBase8;
  1355. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1356. };
  1357. class TBufCBase8 : public TDesC8
  1358. {
  1359. protected:
  1360. __declspec(dllexport) TBufCBase8();
  1361. inline TBufCBase8(TInt aLength);
  1362. __declspec(dllexport) TBufCBase8(const TUint8 *aString,TInt aMaxLength);
  1363. __declspec(dllexport) TBufCBase8(const TDesC8 &aDes,TInt aMaxLength);
  1364. __declspec(dllexport) void Copy(const TUint8 *aString,TInt aMaxLength);
  1365. __declspec(dllexport) void Copy(const TDesC8 &aDes,TInt aMaxLength);
  1366. inline TPtr8 DoDes(TInt aMaxLength);
  1367. inline TUint8 *WPtr() const;
  1368. };
  1369. class RReadStream;
  1370. class HBufC8 : public TBufCBase8
  1371. #line 379
  1372. {
  1373. public:
  1374. __declspec(dllexport) static HBufC8 *New(TInt aMaxLength);
  1375. __declspec(dllexport) static HBufC8 *NewL(TInt aMaxLength);
  1376. __declspec(dllexport) static HBufC8 *NewLC(TInt aMaxLength);
  1377. __declspec(dllexport) static HBufC8 *NewMax(TInt aMaxLength);
  1378. __declspec(dllexport) static HBufC8 *NewMaxL(TInt aMaxLength);
  1379. __declspec(dllexport) static HBufC8 *NewMaxLC(TInt aMaxLength);
  1380. __declspec(dllexport) static HBufC8 *NewL(RReadStream &aStream,TInt aMaxLength);
  1381. __declspec(dllexport) static HBufC8 *NewLC(RReadStream &aStream,TInt aMaxLength);
  1382. __declspec(dllexport) HBufC8& operator=(const TUint8 *aString);
  1383. __declspec(dllexport) HBufC8& operator=(const TDesC8 &aDes);
  1384. inline HBufC8& operator=(const HBufC8 &aLcb);
  1385. __declspec(dllexport) HBufC8 *ReAlloc(TInt aMaxLength);
  1386. __declspec(dllexport) HBufC8 *ReAllocL(TInt aMaxLength);
  1387. __declspec(dllexport) TPtr8 Des();
  1388. private:
  1389. inline HBufC8(TInt aLength);
  1390. private:
  1391. TText8 iBuf[1];
  1392. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1393. };
  1394. #line 412
  1395. template <TInt S>
  1396. class TBufC8 : public TBufCBase8
  1397. #line 438
  1398. {
  1399. public:
  1400. inline TBufC8();
  1401.     inline TBufC8(const TUint8 *aString);
  1402. inline TBufC8(const TDesC8 &aDes);
  1403. inline TBufC8<S> &operator=(const TUint8 *aString);
  1404. inline TBufC8<S> &operator=(const TDesC8 &aDes);
  1405. inline TPtr8 Des();
  1406. protected:
  1407. TUint8 iBuf[((((S)+(sizeof(TInt)/sizeof(TInt8))-1)/(sizeof(TInt)/sizeof(TInt8)))*(sizeof(TInt)/sizeof(TInt8))) ];
  1408. };
  1409. class TBufBase8 : public TDes8
  1410. {
  1411. protected:
  1412. __declspec(dllexport) TBufBase8(TInt aMaxLength);
  1413. __declspec(dllexport) TBufBase8(TInt aLength,TInt aMaxLength);
  1414. __declspec(dllexport) TBufBase8(const TUint8* aString,TInt aMaxLength);
  1415. __declspec(dllexport) TBufBase8(const TDesC8& aDes,TInt aMaxLength);
  1416. };
  1417. template <TInt S>
  1418. class TBuf8 : public TBufBase8
  1419. #line 486
  1420. {
  1421. public:
  1422. inline TBuf8();
  1423. inline explicit TBuf8(TInt aLength);
  1424.     inline TBuf8(const TUint8* aString);
  1425. inline TBuf8(const TDesC8& aDes);
  1426. inline TBuf8<S>& operator=(const TUint8* aString);
  1427. inline TBuf8<S>& operator=(const TDesC8& aDes);
  1428. inline TBuf8<S>& operator=(const TBuf8<S>& aBuf);
  1429. protected:
  1430. TUint8 iBuf[((((S)+(sizeof(TInt)/sizeof(TInt8))-1)/(sizeof(TInt)/sizeof(TInt8)))*(sizeof(TInt)/sizeof(TInt8))) ];
  1431. };
  1432. template <TInt S>
  1433. class TAlignedBuf8 : public TBufBase8
  1434. #line 515
  1435. {
  1436. public:
  1437. inline TAlignedBuf8();
  1438. inline explicit TAlignedBuf8(TInt aLength);
  1439.     inline TAlignedBuf8(const TUint8* aString);
  1440. inline TAlignedBuf8(const TDesC8& aDes);
  1441. inline TAlignedBuf8<S>& operator=(const TUint8* aString);
  1442. inline TAlignedBuf8<S>& operator=(const TDesC8& aDes);
  1443. inline TAlignedBuf8<S>& operator=(const TAlignedBuf8<S>& aBuf);
  1444. protected:
  1445. union {
  1446. double only_here_to_force_8byte_alignment;
  1447. TUint8 iBuf[((((S)+(sizeof(TInt)/sizeof(TInt8))-1)/(sizeof(TInt)/sizeof(TInt8)))*(sizeof(TInt)/sizeof(TInt8))) ];
  1448. };
  1449. };
  1450. class RBuf8 : public TDes8
  1451. #line 570
  1452. {
  1453. public:
  1454. __declspec(dllexport) RBuf8();
  1455. __declspec(dllexport) explicit RBuf8(HBufC8* aHBuf);
  1456. __declspec(dllexport) void Assign(const RBuf8& aRBuf);
  1457. __declspec(dllexport) void Assign(TUint8 *aHeapCell,TInt aMaxLength);
  1458. __declspec(dllexport) void Assign(TUint8 *aHeapCell,TInt aLength,TInt aMaxLength);
  1459. __declspec(dllexport) void Assign(HBufC8* aHBuf);
  1460. __declspec(dllexport) void Swap(RBuf8& aRBuf);
  1461. __declspec(dllexport) TInt Create(TInt aMaxLength);
  1462. __declspec(dllexport) void CreateL(TInt aMaxLength);
  1463. __declspec(dllexport) TInt CreateMax(TInt aMaxLength);
  1464. __declspec(dllexport) void CreateMaxL(TInt aMaxLength);
  1465. inline void CreateL(RReadStream &aStream,TInt aMaxLength);
  1466. __declspec(dllexport) TInt Create(const TDesC8& aDes);
  1467. __declspec(dllexport) void CreateL(const TDesC8& aDes);
  1468. __declspec(dllexport) TInt Create(const TDesC8& aDes,TInt aMaxLength);
  1469. __declspec(dllexport) void CreateL(const TDesC8& aDes,TInt aMaxLength);
  1470. __declspec(dllexport) TInt ReAlloc(TInt aMaxLength);
  1471. __declspec(dllexport) void ReAllocL(TInt aMaxLength);
  1472. __declspec(dllexport) void Close();
  1473. __declspec(dllexport) void CleanupClosePushL();
  1474. protected:
  1475. __declspec(dllexport) RBuf8(TInt aType,TInt aLength,TInt aMaxLength);
  1476. RBuf8(const RBuf8&);
  1477. union
  1478. {
  1479. TUint8* iEPtrType;
  1480. HBufC8* iEBufCPtrType;
  1481. };
  1482. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1483. };
  1484. #line 614
  1485. typedef TRefByValue<const TDesC8> __TRefDesC8;
  1486. template <TInt S>
  1487. class TLitC8
  1488. #line 636
  1489. {
  1490. public:
  1491. inline const TDesC8* operator&() const;
  1492. inline operator const TDesC8&() const;
  1493. inline const TDesC8& operator()() const;
  1494. inline operator const __TRefDesC8() const;
  1495. public:
  1496. TUint iTypeLength;
  1497. TText8 iBuf[((((S)+(sizeof(TInt)/sizeof(TInt8))-1)/(sizeof(TInt)/sizeof(TInt8)))*(sizeof(TInt)/sizeof(TInt8))) ];
  1498. };
  1499. #line 1106 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32cmn.h" /* stack depth 5 */
  1500. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32des16.h" /* stack depth 6 */
  1501. #line 12
  1502. const TUint KMaskDesLength16=0xfffffff;
  1503. const TInt KShiftDesType16=28;
  1504. class TBufCBase16;
  1505. class TDes16;
  1506. class TPtrC16;
  1507. class TPtr16;
  1508. struct TCollationMethod;
  1509. class HBufC16;
  1510. class TDesC16
  1511. #line 47
  1512.     {
  1513. public:
  1514. enum TPrefix {
  1515.               EIsPrefix = 0,
  1516.               EMightBePrefix = 1,
  1517.               EIsNotPrefix = 2
  1518.              };
  1519. public:
  1520. inline TBool operator<(const TDesC16 &aDes) const;
  1521. inline TBool operator<=(const TDesC16 &aDes) const;
  1522. inline TBool operator>(const TDesC16 &aDes) const;
  1523. inline TBool operator>=(const TDesC16 &aDes) const;
  1524. inline TBool operator==(const TDesC16 &aDes) const;
  1525. inline TBool operator!=(const TDesC16 &aDes) const;
  1526. inline const TUint16 &operator[](TInt anIndex) const;
  1527. inline TInt Length() const;
  1528. inline TInt Size() const;
  1529. __declspec(dllexport) const TUint16 *Ptr() const;
  1530. __declspec(dllexport) TInt Compare(const TDesC16 &aDes) const;
  1531. __declspec(dllexport) TInt CompareF(const TDesC16 &aDes) const;
  1532. __declspec(dllexport) TInt CompareC(const TDesC16 &aDes) const;
  1533. __declspec(dllexport) TInt CompareC(const TDesC16& aDes,TInt aMaxLevel,const TCollationMethod* aCollationMethod) const;
  1534. __declspec(dllexport) TInt Match(const TDesC16 &aDes) const;
  1535. __declspec(dllexport) TInt MatchF(const TDesC16 &aDes) const;
  1536. __declspec(dllexport) TInt MatchC(const TDesC16 &aDes) const;
  1537. __declspec(dllexport) TInt Locate(TChar aChar) const;
  1538. __declspec(dllexport) TInt LocateReverse(TChar aChar) const;
  1539. __declspec(dllexport) TInt Find(const TDesC16 &aDes) const;
  1540. __declspec(dllexport) TInt Find(const TUint16 *aBuf,TInt aLen) const;
  1541. __declspec(dllexport) TPrefix HasPrefixC(const TDesC16& aPossiblePrefix, TInt aLevel, const TCollationMethod* aCollationMethod) const;
  1542. __declspec(dllexport) TPtrC16 Left(TInt aLength) const;
  1543. __declspec(dllexport) TPtrC16 Right(TInt aLength) const;
  1544. __declspec(dllexport) TPtrC16 Mid(TInt aPos) const;
  1545. __declspec(dllexport) TPtrC16 Mid(TInt aPos,TInt aLength) const;
  1546. __declspec(dllexport) TInt LocateF(TChar aChar) const;
  1547. __declspec(dllexport) TInt LocateReverseF(TChar aChar) const;
  1548. __declspec(dllexport) TInt FindF(const TDesC16 &aDes) const;
  1549. __declspec(dllexport) TInt FindF(const TUint16 *aBuf,TInt aLen) const;
  1550. __declspec(dllexport) TInt FindC(const TDesC16 &aDes) const;
  1551. __declspec(dllexport) TInt FindC(const TUint16 *aBuf,TInt aLen) const;
  1552. __declspec(dllexport) TInt FindC(const TUint16 *aText,TInt aLength, TInt aMaxLevel) const;
  1553. __declspec(dllexport) HBufC16 *Alloc() const;
  1554. __declspec(dllexport) HBufC16 *AllocL() const;
  1555. __declspec(dllexport) HBufC16 *AllocLC() const;
  1556. protected:
  1557. inline TDesC16() {}
  1558. inline TDesC16(TInt aType,TInt aLength);
  1559. inline TInt Type() const;
  1560. inline void DoSetLength(TInt aLength);
  1561. __declspec(dllexport) const TUint16 &AtC(TInt anIndex) const;
  1562. private:
  1563. TUint iLength;
  1564. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1565.     };
  1566. class TPtrC16 : public TDesC16
  1567. #line 148
  1568. {
  1569. public:
  1570. __declspec(dllexport) TPtrC16();
  1571. __declspec(dllexport) TPtrC16(const TDesC16 &aDes);
  1572. __declspec(dllexport) TPtrC16(const TUint16 *aString);
  1573. __declspec(dllexport) TPtrC16(const TUint16 *aBuf,TInt aLength);
  1574. inline void Set(const TUint16 *aBuf,TInt aLength);
  1575. inline void Set(const TDesC16 &aDes);
  1576. inline void Set(const TPtrC16 &aPtr);
  1577. private:
  1578. TPtrC16& operator=(const TPtrC16 &aDes);
  1579. protected:
  1580. const TUint16 *iPtr;
  1581. private:
  1582. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1583. };
  1584. class TDes16Overflow
  1585. #line 179
  1586. {
  1587. public:
  1588. #line 190
  1589. virtual void Overflow(TDes16 &aDes)=0;
  1590. };
  1591. class TRealFormat;
  1592. class TDes16 : public TDesC16
  1593. #line 216
  1594. {
  1595. public:
  1596. inline TDes16& operator=(const TUint16 *aString);
  1597. inline TDes16& operator=(const TDesC16 &aDes);
  1598. inline TDes16& operator=(const TDes16 &aDes);
  1599. inline TInt MaxLength() const;
  1600. inline TInt MaxSize() const;
  1601. inline const TUint16 &operator[](TInt anIndex) const;
  1602. inline TUint16 &operator[](TInt anIndex);
  1603. inline TDes16 &operator+=(const TDesC16 &aDes);
  1604. __declspec(dllexport) void Zero();
  1605.   __declspec(dllexport) void SetLength(TInt aLength);
  1606.   __declspec(dllexport) void SetMax();
  1607. __declspec(dllexport) void Copy(const TDesC8 &aDes);
  1608. __declspec(dllexport) void Copy(const TDesC16 &aDes);
  1609. __declspec(dllexport) void Copy(const TUint16 *aBuf,TInt aLength);
  1610. __declspec(dllexport) void Copy(const TUint16 *aString);
  1611. __declspec(dllexport) void Append(TChar aChar);
  1612. __declspec(dllexport) void Append(const TDesC16 &aDes);
  1613. __declspec(dllexport) void Append(const TUint16 *aBuf,TInt aLength);
  1614. __declspec(dllexport) void Fill(TChar aChar);
  1615. __declspec(dllexport) void Fill(TChar aChar,TInt aLength);
  1616. __declspec(dllexport) void FillZ();
  1617. __declspec(dllexport) void FillZ(TInt aLength);
  1618. __declspec(dllexport) void NumFixedWidth(TUint aVal,TRadix aRadix,TInt aWidth);
  1619. __declspec(dllexport) void AppendNumFixedWidth(TUint aVal,TRadix aRadix,TInt aWidth);
  1620. __declspec(dllexport) TPtr16 LeftTPtr(TInt aLength) const;
  1621. __declspec(dllexport) TPtr16 RightTPtr(TInt aLength) const;
  1622. __declspec(dllexport) TPtr16 MidTPtr(TInt aPos) const;
  1623. __declspec(dllexport) TPtr16 MidTPtr(TInt aPos,TInt aLength) const;
  1624. __declspec(dllexport) const TUint16 *PtrZ();
  1625. __declspec(dllexport) void CopyF(const TDesC16 &aDes);
  1626. __declspec(dllexport) void CopyC(const TDesC16 &aDes);
  1627. __declspec(dllexport) void CopyLC(const TDesC16 &aDes);
  1628. __declspec(dllexport) void CopyUC(const TDesC16 &aDes);
  1629. __declspec(dllexport) void CopyCP(const TDesC16 &aDes);
  1630. __declspec(dllexport) void AppendFill(TChar aChar,TInt aLength);
  1631. __declspec(dllexport) void ZeroTerminate();
  1632. __declspec(dllexport) void Swap(TDes16 &aDes);
  1633. __declspec(dllexport) void Fold();
  1634. __declspec(dllexport) void Collate();
  1635. __declspec(dllexport) void LowerCase();
  1636. __declspec(dllexport) void UpperCase();
  1637. __declspec(dllexport) void Capitalize();
  1638. __declspec(dllexport) void Repeat(const TDesC16 &aDes);
  1639. __declspec(dllexport) void Repeat(const TUint16 *aBuf,TInt aLength);
  1640. __declspec(dllexport) void Trim();
  1641. __declspec(dllexport) void TrimAll();
  1642. __declspec(dllexport) void TrimLeft();
  1643. __declspec(dllexport) void TrimRight();
  1644. __declspec(dllexport) void Insert(TInt aPos,const TDesC16 &aDes);
  1645. __declspec(dllexport) void Delete(TInt aPos,TInt aLength);
  1646. __declspec(dllexport) void Replace(TInt aPos,TInt aLength,const TDesC16 &aDes);
  1647. __declspec(dllexport) void Justify(const TDesC16 &aDes,TInt aWidth,TAlign anAlignment,TChar aFill);
  1648. __declspec(dllexport) void NumFixedWidthUC(TUint aVal,TRadix aRadix,TInt aWidth);
  1649. __declspec(dllexport) void NumUC(TUint64 aVal, TRadix aRadix=EDecimal);
  1650. __declspec(dllexport) TInt Num(TReal aVal,const TRealFormat &aFormat) ;
  1651. __declspec(dllexport) void Num(TInt64 aVal);
  1652. __declspec(dllexport) void Num(TUint64 aVal, TRadix aRadix);
  1653. __declspec(dllexport) void Format(TRefByValue<const TDesC16> aFmt,...);
  1654. __declspec(dllexport) void FormatList(const TDesC16 &aFmt,VA_LIST aList);
  1655. __declspec(dllexport) void AppendJustify(const TDesC16 &Des,TInt aWidth,TAlign anAlignment,TChar aFill);
  1656. __declspec(dllexport) void AppendJustify(const TDesC16 &Des,TInt aLength,TInt aWidth,TAlign anAlignment,TChar aFill);
  1657. __declspec(dllexport) void AppendJustify(const TUint16 *aString,TInt aWidth,TAlign anAlignment,TChar aFill);
  1658. __declspec(dllexport) void AppendJustify(const TUint16 *aString,TInt aLength,TInt aWidth,TAlign anAlignment,TChar aFill);
  1659. __declspec(dllexport) void AppendNumFixedWidthUC(TUint aVal,TRadix aRadix,TInt aWidth);
  1660. __declspec(dllexport) void AppendNumUC(TUint64 aVal, TRadix aRadix=EDecimal);
  1661. __declspec(dllexport) TInt AppendNum(TReal aVal,const TRealFormat &aFormat) ;
  1662. __declspec(dllexport) void AppendNum(TInt64 aVal);
  1663. __declspec(dllexport) void AppendNum(TUint64 aVal, TRadix aRadix);
  1664. __declspec(dllexport) void AppendFormat(TRefByValue<const TDesC16> aFmt,TDes16Overflow *aOverflowHandler,...);
  1665. __declspec(dllexport) void AppendFormat(TRefByValue<const TDesC16> aFmt,...);
  1666. __declspec(dllexport) void AppendFormatList(const TDesC16 &aFmt,VA_LIST aList,TDes16Overflow *aOverflowHandler=0 );
  1667. __declspec(dllexport) TPtr8 Collapse();
  1668. protected:
  1669. inline TDes16() {}
  1670. inline TDes16(TInt aType,TInt aLength,TInt aMaxLength);
  1671. inline TUint16 *WPtr() const;
  1672. void DoAppendNum(TUint64 aVal, TRadix aRadix, TUint aA, TInt aW);
  1673. void DoPadAppendNum(TInt aLength, TInt aW, const TUint8* aBuf);
  1674. protected:
  1675. TInt iMaxLength;
  1676. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1677.     };
  1678. class TPtr16 : public TDes16
  1679. #line 328
  1680. {
  1681. public:
  1682. __declspec(dllexport) TPtr16(TUint16 *aBuf,TInt aMaxLength);
  1683. __declspec(dllexport) TPtr16(TUint16 *aBuf,TInt aLength,TInt aMaxLength);
  1684. inline TPtr16& operator=(const TUint16 *aString);
  1685. inline TPtr16& operator=(const TDesC16& aDes);
  1686. inline TPtr16& operator=(const TPtr16& aDes);
  1687. inline void Set(TUint16 *aBuf,TInt aLength,TInt aMaxLength);
  1688. inline void Set(const TPtr16 &aPtr);
  1689. private:
  1690. __declspec(dllexport) TPtr16(TBufCBase16 &aLcb,TInt aMaxLength);
  1691. protected:
  1692. TUint16 *iPtr;
  1693. private:
  1694. friend class TBufCBase16;
  1695. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1696. };
  1697. class TBufCBase16 : public TDesC16
  1698. {
  1699. protected:
  1700. __declspec(dllexport) TBufCBase16();
  1701. inline TBufCBase16(TInt aLength);
  1702. __declspec(dllexport) TBufCBase16(const TUint16 *aString,TInt aMaxLength);
  1703. __declspec(dllexport) TBufCBase16(const TDesC16 &aDes,TInt aMaxLength);
  1704. __declspec(dllexport) void Copy(const TUint16 *aString,TInt aMaxLength);
  1705. __declspec(dllexport) void Copy(const TDesC16 &aDes,TInt aMaxLength);
  1706. inline TPtr16 DoDes(TInt aMaxLength);
  1707. inline TUint16 *WPtr() const;
  1708. };
  1709. class RReadStream;
  1710. class HBufC16 : public TBufCBase16
  1711. #line 398
  1712. {
  1713. public:
  1714. __declspec(dllexport) static HBufC16 *New(TInt aMaxLength);
  1715. __declspec(dllexport) static HBufC16 *NewL(TInt aMaxLength);
  1716. __declspec(dllexport) static HBufC16 *NewLC(TInt aMaxLength);
  1717. __declspec(dllexport) static HBufC16 *NewMax(TInt aMaxLength);
  1718. __declspec(dllexport) static HBufC16 *NewMaxL(TInt aMaxLength);
  1719. __declspec(dllexport) static HBufC16 *NewMaxLC(TInt aMaxLength);
  1720. __declspec(dllexport) static HBufC16 *NewL(RReadStream &aStream,TInt aMaxLength);
  1721. __declspec(dllexport) static HBufC16 *NewLC(RReadStream &aStream,TInt aMaxLength);
  1722. __declspec(dllexport) HBufC16& operator=(const TUint16 *aString);
  1723. __declspec(dllexport) HBufC16& operator=(const TDesC16 &aDes);
  1724. inline HBufC16& operator=(const HBufC16 &aLcb);
  1725. __declspec(dllexport) HBufC16 *ReAlloc(TInt aMaxLength);
  1726. __declspec(dllexport) HBufC16 *ReAllocL(TInt aMaxLength);
  1727. __declspec(dllexport) TPtr16 Des();
  1728. private:
  1729. inline HBufC16(TInt aLength);
  1730. private:
  1731. TText16 iBuf[1];
  1732. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1733. };
  1734. #line 430
  1735. template <TInt S>
  1736. class TBufC16 : public TBufCBase16
  1737. #line 456
  1738. {
  1739. public:
  1740. inline TBufC16();
  1741.     inline TBufC16(const TUint16 *aString);
  1742. inline TBufC16(const TDesC16 &aDes);
  1743. inline TBufC16<S> &operator=(const TUint16 *aString);
  1744. inline TBufC16<S> &operator=(const TDesC16 &aDes);
  1745. inline TPtr16 Des();
  1746. protected:
  1747. TUint16 iBuf[((((S)+(sizeof(TInt)/sizeof(TInt16))-1)/(sizeof(TInt)/sizeof(TInt16)))*(sizeof(TInt)/sizeof(TInt16))) ];
  1748. };
  1749. class TBufBase16 : public TDes16
  1750. {
  1751. protected:
  1752. __declspec(dllexport) TBufBase16(TInt aMaxLength);
  1753. __declspec(dllexport) TBufBase16(TInt aLength,TInt aMaxLength);
  1754. __declspec(dllexport) TBufBase16(const TUint16* aString,TInt aMaxLength);
  1755. __declspec(dllexport) TBufBase16(const TDesC16& aDes,TInt aMaxLength);
  1756. };
  1757. template <TInt S>
  1758. class TBuf16 : public TBufBase16
  1759. #line 504
  1760. {
  1761. public:
  1762. inline TBuf16();
  1763. inline explicit TBuf16(TInt aLength);
  1764.     inline TBuf16(const TUint16* aString);
  1765. inline TBuf16(const TDesC16& aDes);
  1766. inline TBuf16<S>& operator=(const TUint16* aString);
  1767. inline TBuf16<S>& operator=(const TDesC16& aDes);
  1768. inline TBuf16<S>& operator=(const TBuf16<S>& aDes);
  1769. protected:
  1770. TUint16 iBuf[((((S)+(sizeof(TInt)/sizeof(TInt16))-1)/(sizeof(TInt)/sizeof(TInt16)))*(sizeof(TInt)/sizeof(TInt16))) ];
  1771. };
  1772. class RBuf16 : public TDes16
  1773. #line 557
  1774. {
  1775. public:
  1776. __declspec(dllexport) RBuf16();
  1777. __declspec(dllexport) explicit RBuf16(HBufC16* aHBuf);
  1778. __declspec(dllexport) void Assign(const RBuf16& aRBuf);
  1779. __declspec(dllexport) void Assign(TUint16 *aHeapCell,TInt aMaxLength);
  1780. __declspec(dllexport) void Assign(TUint16 *aHeapCell,TInt aLength,TInt aMaxLength);
  1781. __declspec(dllexport) void Assign(HBufC16* aHBuf);
  1782. __declspec(dllexport) void Swap(RBuf16& aRBuf);
  1783. __declspec(dllexport) TInt Create(TInt aMaxLength);
  1784. __declspec(dllexport) void CreateL(TInt aMaxLength);
  1785. __declspec(dllexport) TInt CreateMax(TInt aMaxLength);
  1786. __declspec(dllexport) void CreateMaxL(TInt aMaxLength);
  1787. inline void CreateL(RReadStream &aStream,TInt aMaxLength);
  1788. __declspec(dllexport) TInt Create(const TDesC16& aDes);
  1789. __declspec(dllexport) void CreateL(const TDesC16& aDes);
  1790. __declspec(dllexport) TInt Create(const TDesC16& aDes,TInt aMaxLength);
  1791. __declspec(dllexport) void CreateL(const TDesC16& aDes,TInt aMaxLength);
  1792. __declspec(dllexport) TInt ReAlloc(TInt aMaxLength);
  1793. __declspec(dllexport) void ReAllocL(TInt aMaxLength);
  1794. __declspec(dllexport) void Close();
  1795. __declspec(dllexport) void CleanupClosePushL();
  1796. protected:
  1797. __declspec(dllexport) RBuf16(TInt aType,TInt aLength,TInt aMaxLength);
  1798. RBuf16(const RBuf16&);
  1799. union
  1800. {
  1801. TUint16* iEPtrType;
  1802. HBufC16* iEBufCPtrType;
  1803. };
  1804. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1805. };
  1806. #line 602
  1807. typedef TRefByValue<const TDesC16> __TRefDesC16;
  1808. template <TInt S>
  1809. class TLitC16
  1810. #line 624
  1811. {
  1812. public:
  1813. inline const TDesC16* operator&() const;
  1814. inline operator const TDesC16&() const;
  1815. inline const TDesC16& operator()() const;
  1816. inline operator const __TRefDesC16() const;
  1817. public:
  1818. #line 645
  1819. typedef TUint16 __TText;
  1820. public:
  1821. TUint iTypeLength;
  1822. __TText iBuf[((((S)+(sizeof(TInt)/sizeof(TInt16))-1)/(sizeof(TInt)/sizeof(TInt16)))*(sizeof(TInt)/sizeof(TInt16))) ];
  1823. };
  1824. #line 1108 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32cmn.h" /* stack depth 5 */
  1825. #line 1131
  1826. typedef TDesC16 TDesC;
  1827. #line 1151
  1828. typedef TPtrC16 TPtrC;
  1829. #line 1171
  1830. typedef TDes16 TDes;
  1831. #line 1191
  1832. typedef TPtr16 TPtr;
  1833. #line 1212
  1834. typedef HBufC16 HBufC;
  1835. #line 1232
  1836. typedef TDes16Overflow TDesOverflow;
  1837. #line 1249
  1838. typedef RBuf16 RBuf;
  1839. #line 1394
  1840. typedef TBufCBase16 TBufCBase;
  1841. #line 1430
  1842. template <TInt S>
  1843. class TBufC : public TBufCBase16
  1844. {
  1845. public:
  1846. inline TBufC();
  1847. inline TBufC(const TText* aString);
  1848. inline TBufC(const TDesC& aDes);
  1849. inline TBufC<S>& operator=(const TText* aString);
  1850. inline TBufC<S>& operator=(const TDesC& aDes);
  1851. inline TPtr Des();
  1852. private:
  1853. TText iBuf[((((S)+(sizeof(TUint)/sizeof(TUint16))-1)/(sizeof(TUint)/sizeof(TUint16)))*(sizeof(TUint)/sizeof(TUint16))) ];
  1854. };
  1855. #line 1483
  1856. template <TInt S>
  1857. class TBuf : public TBufBase16
  1858. {
  1859. public:
  1860. inline TBuf();
  1861. inline explicit TBuf(TInt aLength);
  1862. inline TBuf(const TText* aString);
  1863. inline TBuf(const TDesC& aDes);
  1864. inline TBuf<S>& operator=(const TText* aString);
  1865. inline TBuf<S>& operator=(const TDesC& aDes);
  1866. inline TBuf<S>& operator=(const TBuf<S>& aBuf);
  1867. private:
  1868. TText iBuf[((((S)+(sizeof(TUint)/sizeof(TUint16))-1)/(sizeof(TUint)/sizeof(TUint16)))*(sizeof(TUint)/sizeof(TUint16))) ];
  1869. };
  1870. #line 1513
  1871. typedef TRefByValue<const TDesC> __TRefDesC;
  1872. #line 1531
  1873. template <TInt S>
  1874. class TLitC
  1875. {
  1876. public:
  1877. enum {BufferSize=S-1};
  1878. inline const TDesC* operator&() const;
  1879. inline operator const TDesC&() const;
  1880. inline const TDesC& operator()() const;
  1881. inline operator const __TRefDesC() const;
  1882. public:
  1883. #line 1568
  1884. typedef TUint16 __TText;
  1885. public:
  1886. TUint iTypeLength;
  1887. __TText iBuf[((((S)+(sizeof(TUint)/sizeof(TUint16))-1)/(sizeof(TUint)/sizeof(TUint16)))*(sizeof(TUint)/sizeof(TUint16))) ];
  1888. };
  1889. #line 1595
  1890. const static TLitC<sizeof(L"")/2> KNullDesC={sizeof(L"")/2-1,L""} ;
  1891. #line 1605
  1892. const static TLitC8<sizeof("")> KNullDesC8={sizeof("")-1,""} ;
  1893. #line 1616
  1894. const static TLitC16<sizeof(L"")/2> KNullDesC16={sizeof(L"")/2-1,L""} ;
  1895. #line 1633
  1896. template <class T>
  1897. class TPckgC : public TPtrC8
  1898. {
  1899. public:
  1900. inline TPckgC(const T& aRef);
  1901. inline const T& operator()() const;
  1902. private:
  1903. TPckgC<T>& operator=(const TPckgC<T>& aRef);
  1904. };
  1905. #line 1658
  1906. template <class T>
  1907. class TPckg : public TPtr8
  1908. {
  1909. public:
  1910. inline TPckg(const T& aRef);
  1911. inline T& operator()();
  1912. private:
  1913. TPckg<T>& operator=(const TPckg<T>& aRef);
  1914. };
  1915. #line 1685
  1916. template <class T>
  1917. class TPckgBuf : public TAlignedBuf8<sizeof(T)>
  1918. {
  1919. public:
  1920. inline TPckgBuf();
  1921. inline TPckgBuf(const T& aRef);
  1922. inline TPckgBuf& operator=(const TPckgBuf<T>& aRef);
  1923. inline T& operator=(const T& aRef);
  1924. inline T& operator()();
  1925. inline const T& operator()() const;
  1926. };
  1927. #line 1710
  1928. typedef TBuf<KMaxName> TName;
  1929. typedef TBuf<KMaxKernelName> TKName;
  1930. typedef TBuf<KMaxInfoName> TInfoName;
  1931. #line 1739
  1932. typedef TBuf<KMaxFullName> TFullName;
  1933. #line 1754
  1934. typedef TBuf<KMaxExitCategoryName> TExitCategoryName;
  1935. #line 1768
  1936. typedef TBuf<KMaxFileName> TFileName;
  1937. #line 1782
  1938. typedef TBuf<KMaxPath> TPath;
  1939. typedef TBuf<KMaxDeviceInfo> TDeviceInfo;
  1940. #line 1805
  1941. typedef TBuf<KMaxVersionName> TVersionName;
  1942. typedef TBuf<KMaxPassword> TPassword;
  1943. #line 1825
  1944. typedef TBuf<KMaxUidName> TUidName;
  1945. #line 1847
  1946. class TUid
  1947. {
  1948. public:
  1949. __declspec(dllexport) TBool operator==(const TUid& aUid) const;
  1950. __declspec(dllexport) TBool operator!=(const TUid& aUid) const;
  1951. __declspec(dllexport) TUidName Name() const;
  1952. static inline TUid Uid(TInt aUid);
  1953. static inline TUid Null();
  1954. public:
  1955. TInt32 iUid;
  1956. };
  1957. #line 1877
  1958. class TUidType
  1959. {
  1960. public:
  1961. __declspec(dllexport) TUidType();
  1962. __declspec(dllexport) TUidType(TUid aUid1);
  1963. __declspec(dllexport) TUidType(TUid aUid1,TUid aUid2);
  1964. __declspec(dllexport) TUidType(TUid aUid1,TUid aUid2,TUid aUid3);
  1965. __declspec(dllexport) TBool operator==(const TUidType& aUidType) const;
  1966. __declspec(dllexport) TBool operator!=(const TUidType& aUidType) const;
  1967. __declspec(dllexport) const TUid& operator[](TInt anIndex) const;
  1968. __declspec(dllexport) TUid MostDerived() const;
  1969. __declspec(dllexport) TBool IsPresent(TUid aUid) const;
  1970. __declspec(dllexport) TBool IsValid() const;
  1971. private:
  1972. TUid iUid[KMaxCheckedUid];
  1973. };
  1974. #line 1925
  1975. class TSecureId
  1976. {
  1977. public:
  1978. inline TSecureId();
  1979. inline TSecureId(TUint32 aId);
  1980. inline operator TUint32() const;
  1981. inline TSecureId(TUid aId);
  1982. inline operator TUid() const;
  1983. public:
  1984. TUint32 iId;
  1985. };
  1986. #line 1966
  1987. class TVendorId
  1988. {
  1989. public:
  1990. inline TVendorId();
  1991. inline TVendorId(TUint32 aId);
  1992. inline operator TUint32() const;
  1993. inline TVendorId(TUid aId);
  1994. inline operator TUid() const;
  1995. public:
  1996. TUint32 iId;
  1997. };
  1998. #line 1985
  1999. class SSecureId
  2000. {
  2001. public:
  2002. inline const TSecureId* operator&() const;
  2003. inline operator const TSecureId&() const;
  2004. inline operator TUint32() const;
  2005. inline operator TUid() const;
  2006. public:
  2007. TUint32 iId;
  2008. };
  2009. #line 2004
  2010. class SVendorId
  2011. {
  2012. public:
  2013. inline const TVendorId* operator&() const;
  2014. inline operator const TVendorId&() const;
  2015. inline operator TUint32() const;
  2016. inline operator TUid() const;
  2017. public:
  2018. TUint32 iId;
  2019. };
  2020. #line 2062
  2021. class TVersion
  2022. {
  2023. public:
  2024. __declspec(dllexport) TVersion();
  2025. __declspec(dllexport) TVersion(TInt aMajor,TInt aMinor,TInt aBuild);
  2026. __declspec(dllexport) TVersionName Name() const;
  2027. public:
  2028. TInt8 iMajor;
  2029. TInt8 iMinor;
  2030. TInt16 iBuild;
  2031. };
  2032. #line 2103
  2033. class TRequestStatus
  2034. {
  2035. public:
  2036. inline TRequestStatus();
  2037. inline TRequestStatus(TInt aVal);
  2038. inline TInt operator=(TInt aVal);
  2039. inline TBool operator==(TInt aVal) const;
  2040. inline TBool operator!=(TInt aVal) const;
  2041. inline TBool operator>=(TInt aVal) const;
  2042. inline TBool operator<=(TInt aVal) const;
  2043. inline TBool operator>(TInt aVal) const;
  2044. inline TBool operator<(TInt aVal) const;
  2045. inline TInt Int() const;
  2046. private:
  2047. enum
  2048. {
  2049. EActive = 1,
  2050. ERequestPending = 2,
  2051. };
  2052. TInt iStatus;
  2053. TUint iFlags;
  2054. friend class CActive;
  2055. friend class CActiveScheduler;
  2056. friend class CServer2;
  2057. };
  2058. class TSize;
  2059. #line 2143
  2060. class TPoint
  2061. {
  2062. public:
  2063. enum TUninitialized { EUninitialized };
  2064. TPoint(TUninitialized) {}
  2065. inline TPoint();
  2066. inline TPoint(TInt aX,TInt aY);
  2067. __declspec(dllexport) TBool operator==(const TPoint& aPoint) const;
  2068. __declspec(dllexport) TBool operator!=(const TPoint& aPoint) const;
  2069. __declspec(dllexport) TPoint& operator-=(const TPoint& aPoint);
  2070. __declspec(dllexport) TPoint& operator+=(const TPoint& aPoint);
  2071. __declspec(dllexport) TPoint& operator-=(const TSize& aSize);
  2072. __declspec(dllexport) TPoint& operator+=(const TSize& aSize);
  2073. __declspec(dllexport) TPoint operator-(const TPoint& aPoint) const;
  2074. __declspec(dllexport) TPoint operator+(const TPoint& aPoint) const;
  2075. __declspec(dllexport) TPoint operator-(const TSize& aSize) const;
  2076. __declspec(dllexport) TPoint operator+(const TSize& aSize) const;
  2077. __declspec(dllexport) TPoint operator-() const;
  2078. __declspec(dllexport) void SetXY(TInt aX,TInt aY);
  2079. __declspec(dllexport) TSize AsSize() const;
  2080. public:
  2081. TInt iX;
  2082. TInt iY;
  2083. };
  2084. #line 2187
  2085. class TPoint3D
  2086. {
  2087. public:
  2088. TInt iX;
  2089. TInt iY;
  2090. TInt iZ;
  2091. };
  2092. #line 2212
  2093. class TAngle3D
  2094. {
  2095. public:
  2096. TInt iPhi;
  2097. TInt iTheta;
  2098. };
  2099. #line 2235
  2100. class TSize
  2101. {
  2102. public:
  2103. enum TUninitialized { EUninitialized };
  2104. TSize(TUninitialized) {}
  2105. inline TSize();
  2106. inline TSize(TInt aWidth,TInt aHeight);
  2107. __declspec(dllexport) TBool operator==(const TSize& aSize) const;
  2108. __declspec(dllexport) TBool operator!=(const TSize& aSize) const;
  2109. __declspec(dllexport) TSize& operator-=(const TSize& aSize);
  2110. __declspec(dllexport) TSize& operator-=(const TPoint& aPoint);
  2111. __declspec(dllexport) TSize& operator+=(const TSize& aSize);
  2112. __declspec(dllexport) TSize& operator+=(const TPoint& aPoint);
  2113. __declspec(dllexport) TSize operator-(const TSize& aSize) const;
  2114. __declspec(dllexport) TSize operator-(const TPoint& aPoint) const;
  2115. __declspec(dllexport) TSize operator+(const TSize& aSize) const;
  2116. __declspec(dllexport) TSize operator+(const TPoint& aPoint) const;
  2117. __declspec(dllexport) TSize operator-() const;
  2118. __declspec(dllexport) void SetSize(TInt aWidth,TInt aHeight);
  2119. __declspec(dllexport) TPoint AsPoint() const;
  2120. public:
  2121. TInt iWidth;
  2122. TInt iHeight;
  2123. };
  2124. #line 2287
  2125. class THandleInfo
  2126. {
  2127. public:
  2128. TInt iNumOpenInProcess;
  2129. TInt iNumOpenInThread;
  2130. TInt iNumProcesses;
  2131. TInt iNumThreads;
  2132. };
  2133. class RThread;
  2134. class TFindHandleBase;
  2135. class TFindSemaphore;
  2136. #line 2330
  2137. class RHandleBase
  2138. {
  2139. public:
  2140.     enum
  2141. {
  2142. EReadAccess=0x1,
  2143. EWriteAccess=0x2,
  2144. EDirectReadAccess=0x4,
  2145. EDirectWriteAccess=0x8,
  2146. };
  2147. public:
  2148. inline RHandleBase();
  2149. inline TInt Handle() const;
  2150. inline void SetHandle(TInt aHandle);
  2151. inline TInt SetReturnedHandle(TInt aHandleOrError);
  2152. static void DoExtendedClose();
  2153. __declspec(dllexport) void Close();
  2154. __declspec(dllexport) TName Name() const;
  2155. __declspec(dllexport) TFullName FullName() const;
  2156. __declspec(dllexport) void SetHandleNC(TInt aHandle);
  2157. __declspec(dllexport) TInt Duplicate(const RThread& aSrc,TOwnerType aType=EOwnerProcess);
  2158. __declspec(dllexport) void HandleInfo(THandleInfo* anInfo);
  2159. __declspec(dllexport) TUint Attributes() const;
  2160. protected:
  2161. inline RHandleBase(TInt aHandle);
  2162. __declspec(dllexport) TInt Open(const TFindHandleBase& aHandle,TOwnerType aType);
  2163. static TInt SetReturnedHandle(TInt aHandleOrError,RHandleBase& aHandle);
  2164. TInt OpenByName(const TDesC &aName,TOwnerType aOwnerType,TInt aObjectType);
  2165. private:
  2166. static void DoExtendedCloseL();
  2167. protected:
  2168. TInt iHandle;
  2169. };
  2170. class RMessagePtr2;
  2171. #line 2387
  2172. class RSemaphore : public RHandleBase
  2173. {
  2174. public:
  2175. inline TInt Open(const TFindSemaphore& aFind,TOwnerType aType=EOwnerProcess);
  2176. __declspec(dllexport) TInt CreateLocal(TInt aCount,TOwnerType aType=EOwnerProcess);
  2177. __declspec(dllexport) TInt CreateGlobal(const TDesC& aName,TInt aCount,TOwnerType aType=EOwnerProcess);
  2178. __declspec(dllexport) TInt OpenGlobal(const TDesC& aName,TOwnerType aType=EOwnerProcess);
  2179. __declspec(dllexport) TInt Open(RMessagePtr2 aMessage,TInt aParam,TOwnerType aType=EOwnerProcess);
  2180. __declspec(dllexport) TInt Open(TInt aArgumentIndex, TOwnerType aType=EOwnerProcess);
  2181. __declspec(dllexport) void Wait();
  2182. __declspec(dllexport) TInt Wait(TInt aTimeout);
  2183. __declspec(dllexport) void Signal();
  2184. __declspec(dllexport) void Signal(TInt aCount);
  2185. };
  2186. #line 2416
  2187. class RFastLock : public RSemaphore
  2188. {
  2189. public:
  2190. inline RFastLock();
  2191. __declspec(dllexport) TInt CreateLocal(TOwnerType aType=EOwnerProcess);
  2192. __declspec(dllexport) void Wait();
  2193. __declspec(dllexport) void Signal();
  2194. private:
  2195. TInt iCount;
  2196. };
  2197. #line 2440
  2198. class RBusLogicalChannel : public RHandleBase
  2199. {
  2200. public:
  2201. __declspec(dllexport) TInt Open(RMessagePtr2 aMessage,TInt aParam,TOwnerType aType=EOwnerProcess);
  2202. __declspec(dllexport) TInt Open(TInt aArgumentIndex, TOwnerType aType=EOwnerProcess);
  2203. protected:
  2204. inline TInt DoCreate(const TDesC& aDevice, const TVersion& aVer, TInt aUnit, const TDesC* aDriver, const TDesC8* anInfo, TOwnerType aType=EOwnerProcess, TBool aProtected=EFalse);
  2205. __declspec(dllexport) void DoCancel(TUint aReqMask);
  2206. __declspec(dllexport) void DoRequest(TInt aReqNo,TRequestStatus& aStatus);
  2207. __declspec(dllexport) void DoRequest(TInt aReqNo,TRequestStatus& aStatus,TAny* a1);
  2208. __declspec(dllexport) void DoRequest(TInt aReqNo,TRequestStatus& aStatus,TAny* a1,TAny* a2);
  2209. __declspec(dllexport) TInt DoControl(TInt aFunction);
  2210. __declspec(dllexport) TInt DoControl(TInt aFunction,TAny* a1);
  2211. __declspec(dllexport) TInt DoControl(TInt aFunction,TAny* a1,TAny* a2);
  2212. inline TInt DoSvControl(TInt aFunction) { return DoControl(aFunction); }
  2213. inline TInt DoSvControl(TInt aFunction,TAny* a1) { return DoControl(aFunction, a1); }
  2214. inline TInt DoSvControl(TInt aFunction,TAny* a1,TAny* a2) { return DoControl(aFunction, a1, a2); }
  2215. private:
  2216. __declspec(dllexport) TInt DoCreate(const TDesC& aDevice, const TVersion& aVer, TInt aUnit, const TDesC* aDriver, const TDesC8* aInfo, TInt aType);
  2217. private:
  2218. TInt iPadding1;
  2219. TInt iPadding2;
  2220. };
  2221. #line 2475
  2222. class MAllocator
  2223. {
  2224. public:
  2225. virtual TAny* Alloc(TInt aSize)=0;
  2226. virtual void Free(TAny* aPtr)=0;
  2227. virtual TAny* ReAlloc(TAny* aPtr, TInt aSize, TInt aMode=0)=0;
  2228. virtual TInt AllocLen(const TAny* aCell) const =0;
  2229. virtual TInt Compress()=0;
  2230. virtual void Reset()=0;
  2231. virtual TInt AllocSize(TInt& aTotalAllocSize) const =0;
  2232. virtual TInt Available(TInt& aBiggestBlock) const =0;
  2233. virtual TInt DebugFunction(TInt aFunc, TAny* a1=0 , TAny* a2=0 )=0;
  2234. virtual TInt Extension_(TUint aExtensionId, TAny*& a0, TAny* a1)=0;
  2235. };
  2236. #line 2499
  2237. class RAllocator : public MAllocator
  2238. {
  2239. public:
  2240. #line 2511
  2241. enum TAllocFail {
  2242.                 ERandom,
  2243.                 ETrueRandom,
  2244.                 EDeterministic,
  2245.                 ENone,
  2246.                 EFailNext,
  2247.                 EReset
  2248.                 };
  2249. enum TDbgHeapType {
  2250.                   EUser,
  2251.                   EKernel
  2252.                   };
  2253. enum TAllocDebugOp {ECount, EMarkStart, EMarkEnd, ECheck, ESetFail, ECopyDebugInfo};
  2254. enum TReAllocMode {
  2255.                   ENeverMove=1,
  2256.                   EAllowMoveOnShrink=2
  2257.                   };
  2258. enum TFlags {ESingleThreaded=1, EFixedSize=2};
  2259. struct SCheckInfo {TBool iAll; TInt iCount; const TDesC8* iFileName; TInt iLineNum;};
  2260. enum {EMaxHandles=32};
  2261. public:
  2262. inline RAllocator();
  2263. __declspec(dllexport) TInt Open();
  2264. __declspec(dllexport) void Close();
  2265. __declspec(dllexport) TAny* AllocZ(TInt aSize);
  2266. __declspec(dllexport) TAny* AllocZL(TInt aSize);
  2267. __declspec(dllexport) TAny* AllocL(TInt aSize);
  2268. __declspec(dllexport) TAny* AllocLC(TInt aSize);
  2269. __declspec(dllexport) void FreeZ(TAny*& aCell);
  2270. __declspec(dllexport) TAny* ReAllocL(TAny* aCell, TInt aSize, TInt aMode=0);
  2271. __declspec(dllexport) TInt Count() const;
  2272. __declspec(dllexport) TInt Count(TInt& aFreeCount) const;
  2273. __declspec(dllexport) void Check() const;
  2274. __declspec(dllexport) void __DbgMarkStart();
  2275. __declspec(dllexport) TUint32 __DbgMarkEnd(TInt aCount);
  2276. __declspec(dllexport) TInt __DbgMarkCheck(TBool aCountAll, TInt aCount, const TDesC8& aFileName, TInt aLineNum);
  2277. inline void __DbgMarkCheck(TBool aCountAll, TInt aCount, const TUint8* aFileName, TInt aLineNum);
  2278. __declspec(dllexport) void __DbgSetAllocFail(TAllocFail aType, TInt aValue);
  2279. protected:
  2280. __declspec(dllexport) virtual TInt Extension_(TUint aExtensionId, TAny*& a0, TAny* a1);
  2281. __declspec(dllexport) virtual void DoClose();
  2282. protected:
  2283. TInt iAccessCount;
  2284. TInt iHandleCount;
  2285. TInt* iHandles;
  2286. TUint32 iFlags;
  2287. TInt iCellCount;
  2288. TInt iTotalAllocSize;
  2289. };
  2290. class UserHeap;
  2291. #line 2650
  2292. class RHeap : public RAllocator
  2293. {
  2294. public:
  2295. struct SCell {
  2296.              TInt len;
  2297.              SCell* next;
  2298.              };
  2299. struct SDebugCell {
  2300.                   TInt len;
  2301.                   TInt nestingLevel;
  2302.                   TInt allocCount;
  2303.                   };
  2304. struct _s_align {char c; double d;};
  2305. struct SHeapCellInfo { RHeap* iHeap; TInt iTotalAlloc; TInt iTotalAllocSize; TInt iTotalFree; TInt iLevelAlloc; SDebugCell* iStranded; };
  2306. enum {ECellAlignment = sizeof(_s_align)-sizeof(double)};
  2307. enum {EFreeCellSize = sizeof(SCell)};
  2308. enum {EAllocCellSize = sizeof(SDebugCell)};
  2309. #line 2734
  2310. enum TDebugOp {EWalk=128};
  2311. enum TCellType
  2312. {EGoodAllocatedCell, EGoodFreeCell, EBadAllocatedCellSize, EBadAllocatedCellAddress,
  2313. EBadFreeCellAddress, EBadFreeCellSize};
  2314. enum TDebugHeapId {EUser=0, EKernel=1};
  2315.     typedef void (*TWalkFunc)(TAny*, TCellType, TAny*, TInt);
  2316. public:
  2317. __declspec(dllexport) virtual TAny* Alloc(TInt aSize);
  2318. __declspec(dllexport) virtual void Free(TAny* aPtr);
  2319. __declspec(dllexport) virtual TAny* ReAlloc(TAny* aPtr, TInt aSize, TInt aMode=0);
  2320. __declspec(dllexport) virtual TInt AllocLen(const TAny* aCell) const;
  2321. __declspec(dllexport) virtual TInt Compress();
  2322. __declspec(dllexport) virtual void Reset();
  2323. __declspec(dllexport) virtual TInt AllocSize(TInt& aTotalAllocSize) const;
  2324. __declspec(dllexport) virtual TInt Available(TInt& aBiggestBlock) const;
  2325. __declspec(dllexport) virtual TInt DebugFunction(TInt aFunc, TAny* a1=0 , TAny* a2=0 );
  2326. protected:
  2327. __declspec(dllexport) virtual TInt Extension_(TUint aExtensionId, TAny*& a0, TAny* a1);
  2328. public:
  2329. __declspec(dllexport) RHeap(TInt aMaxLength, TInt aAlign=0, TBool aSingleThread=ETrue);
  2330. __declspec(dllexport) RHeap(TInt aChunkHandle, TInt aOffset, TInt aMinLength, TInt aMaxLength, TInt aGrowBy, TInt aAlign=0, TBool aSingleThread=EFalse);
  2331. __declspec(dllexport) TAny* operator new(TUint aSize, TAny* aBase) throw() ;
  2332. inline void operator delete(TAny* aPtr, TAny* aBase);
  2333. inline TUint8* Base() const;
  2334. inline TInt Size() const;
  2335. inline TInt MaxLength() const;
  2336. inline TInt Align(TInt a) const;
  2337. inline const TAny* Align(const TAny* a) const;
  2338. inline TBool IsLastCell(const SCell* aCell) const;
  2339. inline void Lock() const;
  2340. inline void Unlock() const;
  2341. protected:
  2342. inline RHeap();
  2343. void Initialise();
  2344. SCell* DoAlloc(TInt aSize, SCell*& aLastFree);
  2345. void DoFree(SCell* pC);
  2346. TInt TryToGrowHeap(TInt aSize, SCell* aLastFree);
  2347. inline void FindFollowingFreeCell(SCell* aCell, SCell*& pPrev, SCell*& aNext);
  2348. TInt TryToGrowCell(SCell* pC, SCell* pP, SCell* pE, TInt aSize);
  2349. TInt Reduce(SCell* aCell);
  2350. __declspec(dllexport) SCell* GetAddress(const TAny* aCell) const;
  2351. void CheckCell(const SCell* aCell) const;
  2352. void Walk(TWalkFunc aFunc, TAny* aPtr);
  2353. static void WalkCheckCell(TAny* aPtr, TCellType aType, TAny* aCell, TInt aLen);
  2354. TInt DoCountAllocFree(TInt& aFree);
  2355. TInt DoCheckHeap(SCheckInfo* aInfo);
  2356. void DoMarkStart();
  2357. TUint32 DoMarkEnd(TInt aExpected);
  2358. void DoSetAllocFail(TAllocFail aType, TInt aRate);
  2359. TBool CheckForSimulatedAllocFail();
  2360. inline TInt SetBrk(TInt aBrk);
  2361. protected:
  2362. TInt iMinLength;
  2363. TInt iMaxLength;
  2364. TInt iOffset;
  2365. TInt iGrowBy;
  2366. TInt iChunkHandle;
  2367. RFastLock iLock;
  2368. TUint8* iBase;
  2369. TUint8* iTop;
  2370. TInt iAlign;
  2371. TInt iMinCell;
  2372. TInt iPageSize;
  2373. SCell iFree;
  2374. protected:
  2375. TInt iNestingLevel;
  2376. TInt iAllocCount;
  2377. TAllocFail iFailType;
  2378. TInt iFailRate;
  2379. TBool iFailed;
  2380. TInt iFailAllocCount;
  2381. TInt iRand;
  2382. TAny* iTestData;
  2383. friend class UserHeap;
  2384. };
  2385. class OnlyCreateWithNull;
  2386. typedef void (OnlyCreateWithNull::* __NullPMF)();
  2387. class OnlyCreateWithNull
  2388. {
  2389. public:
  2390. inline OnlyCreateWithNull(__NullPMF ) {}
  2391. };
  2392. #line 2857
  2393. class RMessagePtr2
  2394. {
  2395. public:
  2396. inline RMessagePtr2();
  2397. inline TBool IsNull() const;
  2398. inline TInt Handle() const;
  2399. __declspec(dllexport) void Complete(TInt aReason) const;
  2400. __declspec(dllexport) void Complete(RHandleBase aHandle) const;
  2401. __declspec(dllexport) TInt GetDesLength(TInt aParam) const;
  2402. __declspec(dllexport) TInt GetDesLengthL(TInt aParam) const;
  2403. __declspec(dllexport) TInt GetDesMaxLength(TInt aParam) const;
  2404. __declspec(dllexport) TInt GetDesMaxLengthL(TInt aParam) const;
  2405. __declspec(dllexport) void ReadL(TInt aParam,TDes8& aDes,TInt aOffset=0) const;
  2406. __declspec(dllexport) void ReadL(TInt aParam,TDes16 &aDes,TInt aOffset=0) const;
  2407. __declspec(dllexport) void WriteL(TInt aParam,const TDesC8& aDes,TInt aOffset=0) const;
  2408. __declspec(dllexport) void WriteL(TInt aParam,const TDesC16& aDes,TInt aOffset=0) const;
  2409. __declspec(dllexport) TInt Read(TInt aParam,TDes8& aDes,TInt aOffset=0) const;
  2410. __declspec(dllexport) TInt Read(TInt aParam,TDes16 &aDes,TInt aOffset=0) const;
  2411. __declspec(dllexport) TInt Write(TInt aParam,const TDesC8& aDes,TInt aOffset=0) const;
  2412. __declspec(dllexport) TInt Write(TInt aParam,const TDesC16& aDes,TInt aOffset=0) const;
  2413. __declspec(dllexport) void Panic(const TDesC& aCategory,TInt aReason) const;
  2414. __declspec(dllexport) void Kill(TInt aReason) const;
  2415. __declspec(dllexport) void Terminate(TInt aReason) const;
  2416. __declspec(dllexport) TInt SetProcessPriority(TProcessPriority aPriority) const;
  2417. inline   void SetProcessPriorityL(TProcessPriority aPriority) const;
  2418. __declspec(dllexport) TInt Client(RThread& aClient, TOwnerType aOwnerType=EOwnerProcess) const;
  2419. inline   void ClientL(RThread& aClient, TOwnerType aOwnerType=EOwnerProcess) const;
  2420. __declspec(dllexport) TUint ClientProcessFlags() const;
  2421. __declspec(dllexport) const TRequestStatus* ClientStatus() const;
  2422. #line 2921
  2423. __declspec(dllexport) TSecureId SecureId() const;
  2424. #line 2955
  2425. __declspec(dllexport) TVendorId VendorId() const;
  2426. #line 2975
  2427. inline TBool HasCapability(TCapability aCapability, const char* aDiagnostic=0) const;
  2428. #line 3003
  2429.   inline void HasCapabilityL(TCapability aCapability, const char* aDiagnosticMessage=0) const;
  2430. #line 3032
  2431. inline TBool HasCapability(TCapability aCapability1, TCapability aCapability2, const char* aDiagnostic=0) const;
  2432. #line 3061
  2433. inline void HasCapabilityL(TCapability aCapability1, TCapability aCapability2, const char* aDiagnosticMessage=0) const;
  2434. #line 3074
  2435. inline TUid Identity() const { return SecureId(); }
  2436. private:
  2437. __declspec(dllexport) TBool DoHasCapability(TCapability aCapability, const char* aDiagnostic) const;
  2438. __declspec(dllexport) TBool DoHasCapability(TCapability aCapability) const;
  2439. __declspec(dllexport) TBool DoHasCapability(TCapability aCapability, TCapability aCapability2, const char* aDiagnostic) const;
  2440. __declspec(dllexport) TBool DoHasCapability(TCapability aCapability, TCapability aCapability2) const;
  2441. protected:
  2442. TInt iHandle;
  2443. };
  2444. inline TBool operator==(RMessagePtr2 aLeft,RMessagePtr2 aRight);
  2445. inline TBool operator!=(RMessagePtr2 aLeft,RMessagePtr2 aRight);
  2446. class CSession2;
  2447. #line 3100
  2448. class RMessage2 : public RMessagePtr2
  2449. {
  2450. friend class CServer2;
  2451. public:
  2452. enum TSessionMessages {
  2453.                       EConnect=-1,
  2454.                       EDisConnect=-2
  2455.                       };
  2456. public:
  2457. inline RMessage2();
  2458. __declspec(dllexport) explicit RMessage2(const RMessagePtr2& aPtr);
  2459. void SetAuthorised() const;
  2460. void ClearAuthorised() const;
  2461. TBool Authorised() const;
  2462. inline TInt Function() const;
  2463. inline TInt Int0() const;
  2464. inline TInt Int1() const;
  2465. inline TInt Int2() const;
  2466. inline TInt Int3() const;
  2467. inline const TAny* Ptr0() const;
  2468. inline const TAny* Ptr1() const;
  2469. inline const TAny* Ptr2() const;
  2470. inline const TAny* Ptr3() const;
  2471. inline CSession2* Session() const;
  2472. protected:
  2473. TInt iFunction;
  2474. TInt iArgs[KMaxMessageArguments];
  2475. private:
  2476. TInt iSpare1;
  2477. protected:
  2478. const TAny* iSessionPtr;
  2479. private:
  2480. mutable TInt iFlags;
  2481. TInt iSpare3;
  2482. friend class RMessage;
  2483. };
  2484. #line 3176
  2485. typedef TBuf8<KMaxMediaPassword> TMediaPassword;
  2486. const TUint32 KEmulatorImageFlagAllowDllData = 0x01;
  2487. const TInt KCapabilitySetMaxSize = (((TInt)ECapability_HardLimit + 7)>>3);
  2488. const TInt KMaxSecurityPolicySize = KCapabilitySetMaxSize + 3*sizeof(TUint32);
  2489. #line 3207
  2490. class TCapabilitySet
  2491. {
  2492. public:
  2493. inline TCapabilitySet();
  2494. inline TCapabilitySet(TCapability aCapability);
  2495. __declspec(dllexport) TCapabilitySet(TCapability aCapability1, TCapability aCapability2);
  2496. __declspec(dllexport) void SetEmpty();
  2497. inline void Set(TCapability aCapability);
  2498. inline void Set(TCapability aCapability1, TCapability aCapability2);
  2499. __declspec(dllexport) void SetAllSupported();
  2500. __declspec(dllexport) void AddCapability(TCapability aCapability);
  2501. __declspec(dllexport) void RemoveCapability(TCapability aCapability);
  2502. __declspec(dllexport) void Union(const TCapabilitySet&  aCapabilities);
  2503. __declspec(dllexport) void Intersection(const TCapabilitySet& aCapabilities);
  2504. __declspec(dllexport) void Remove(const TCapabilitySet& aCapabilities);
  2505. __declspec(dllexport) TBool HasCapability(TCapability aCapability) const;
  2506. __declspec(dllexport) TBool HasCapabilities(const TCapabilitySet& aCapabilities) const;
  2507. __declspec(dllexport) void SetDisabled();
  2508. TBool NotEmpty() const;
  2509. private:
  2510. TUint32 iCaps[KCapabilitySetMaxSize / sizeof(TUint32)];
  2511. };
  2512. struct SCapabilitySet
  2513. {
  2514. enum {ENCapW=2};
  2515. inline void AddCapability(TCapability aCap1) {((TCapabilitySet*)this)->AddCapability(aCap1);}
  2516. inline void Remove(const SCapabilitySet& aCaps) {((TCapabilitySet*)this)->Remove(*((TCapabilitySet*)&aCaps));}
  2517. inline TBool NotEmpty() const {return ((TCapabilitySet*)this)->NotEmpty();}
  2518. inline const TUint32& operator[] (TInt aIndex) const { return iCaps[aIndex]; }
  2519. inline TUint32& operator[] (TInt aIndex) { return iCaps[aIndex]; }
  2520. TUint32 iCaps[ENCapW];
  2521. };
  2522. struct SSecurityInfo
  2523. {
  2524. TUint32 iSecureId;
  2525. TUint32 iVendorId;
  2526. SCapabilitySet iCaps;
  2527. };
  2528. #line 3299
  2529. class RProcess;
  2530. class RThread;
  2531. class RMessagePtr2;
  2532. class RSessionBase;
  2533. #line 3314
  2534. class TSecurityInfo
  2535. {
  2536. public:
  2537. inline TSecurityInfo();
  2538. __declspec(dllexport) TSecurityInfo(RProcess aProcess);
  2539. __declspec(dllexport) TSecurityInfo(RThread aThread);
  2540. __declspec(dllexport) TSecurityInfo(RMessagePtr2 aMesPtr);
  2541. inline void Set(RProcess aProcess);
  2542. inline void Set(RThread aThread);
  2543. inline void Set(RMessagePtr2 aMsgPtr);
  2544. TInt Set(RSessionBase aSession);
  2545. inline void SetToCurrentInfo();
  2546. __declspec(dllexport) void SetToCreatorInfo();
  2547. public:
  2548. TSecureId iSecureId;
  2549. TVendorId iVendorId;
  2550. TCapabilitySet iCaps;
  2551. };
  2552. #line 3403
  2553. class TSecurityPolicy
  2554. {
  2555. public:
  2556. enum TSecPolicyType
  2557. {
  2558. EAlwaysFail=0,
  2559. EAlwaysPass=1,
  2560. };
  2561. public:
  2562. inline TSecurityPolicy();
  2563. __declspec(dllexport) TSecurityPolicy(TSecPolicyType aType);
  2564. __declspec(dllexport) TSecurityPolicy(TCapability aCap1, TCapability aCap2 = ECapability_None, TCapability aCap3 = ECapability_None);
  2565. __declspec(dllexport) TSecurityPolicy(TCapability aCap1, TCapability aCap2, TCapability aCap3, TCapability aCap4, TCapability aCap5 = ECapability_None, TCapability aCap6 = ECapability_None, TCapability aCap7 = ECapability_None);
  2566. __declspec(dllexport) TSecurityPolicy(TSecureId aSecureId, TCapability aCap1 = ECapability_None, TCapability aCap2 = ECapability_None, TCapability aCap3 = ECapability_None);
  2567. __declspec(dllexport) TSecurityPolicy(TVendorId aVendorId, TCapability aCap1 = ECapability_None, TCapability aCap2 = ECapability_None, TCapability aCap3 = ECapability_None);
  2568. __declspec(dllexport) TInt Set(const TDesC8& aDes);
  2569. __declspec(dllexport) TPtrC8 Package() const;
  2570. #line 3436
  2571. inline TBool CheckPolicy(RProcess aProcess, const char* aDiagnostic=0) const;
  2572. inline TBool CheckPolicy(RThread aThread, const char* aDiagnostic=0) const;
  2573. inline TBool CheckPolicy(RMessagePtr2 aMsgPtr, const char* aDiagnostic=0) const;
  2574. inline TBool CheckPolicy(RMessagePtr2 aMsgPtr, TSecurityInfo& aMissing, const char* aDiagnostic=0) const;
  2575. inline TBool CheckPolicyCreator(const char* aDiagnostic=0) const;
  2576. #line 3457
  2577. TInt CheckPolicy(RSessionBase aSession) const;
  2578. TBool Validate() const;
  2579. private:
  2580. __declspec(dllexport) TBool DoCheckPolicy(RProcess aProcess, const char* aDiagnostic) const;
  2581. __declspec(dllexport) TBool DoCheckPolicy(RProcess aProcess) const;
  2582. __declspec(dllexport) TBool DoCheckPolicy(RThread aThread, const char* aDiagnostic) const;
  2583. __declspec(dllexport) TBool DoCheckPolicy(RThread aThread) const;
  2584. __declspec(dllexport) TBool DoCheckPolicy(RMessagePtr2 aMsgPtr, const char* aDiagnostic) const;
  2585. __declspec(dllexport) TBool DoCheckPolicy(RMessagePtr2 aMsgPtr) const;
  2586. __declspec(dllexport) TBool DoCheckPolicyCreator(const char* aDiagnostic) const;
  2587. __declspec(dllexport) TBool DoCheckPolicyCreator() const;
  2588. TBool DoCheckPolicy(RMessagePtr2 aMsgPtr, TSecurityInfo& aMissing, const char* aDiagnostic) const;
  2589. TBool DoCheckPolicy(RMessagePtr2 aMsgPtr, TSecurityInfo& aMissing) const;
  2590. public:
  2591. enum TType
  2592. {
  2593. ETypeFail=0,
  2594. ETypePass=1,
  2595. ETypeC3=2,
  2596. ETypeC7=3,
  2597. ETypeS3=4,
  2598. ETypeV3=5,
  2599. ETypeLimit
  2600. };
  2601. protected:
  2602. TBool CheckPolicy(const SSecurityInfo& aSecInfo, SSecurityInfo& aMissing) const;
  2603. private:
  2604. void ConstructAndCheck3(TCapability aCap1, TCapability aCap2, TCapability aCap3);
  2605. private:
  2606. TUint8 iType;
  2607. TUint8 iCaps[3];
  2608. union
  2609. {
  2610. TUint32 iSecureId;
  2611. TUint32 iVendorId;
  2612. TUint8 iExtraCaps[4];
  2613. };
  2614. friend class TCompiledSecurityPolicy;
  2615. };
  2616. typedef TPckgBuf<TSecurityPolicy> TSecurityPolicyBuf;
  2617. #line 3589
  2618. struct TStaticSecurityPolicy
  2619. {
  2620. inline const TSecurityPolicy* operator&() const;
  2621. inline operator const TSecurityPolicy&() const;
  2622. inline const TSecurityPolicy& operator()() const;
  2623. inline TBool CheckPolicy(RProcess aProcess, const char* aDiagnostic=0) const;
  2624. inline TBool CheckPolicy(RThread aThread, const char* aDiagnostic=0) const;
  2625. inline TBool CheckPolicy(RMessagePtr2 aMsgPtr, const char* aDiagnostic=0) const;
  2626. inline TBool CheckPolicy(RMessagePtr2 aMsgPtr, TSecurityInfo& aMissing, const char* aDiagnostic=0) const;
  2627. inline TBool CheckPolicyCreator(const char* aDiagnostic=0) const;
  2628. #line 3620
  2629. TUint32 iA;
  2630. TUint32 iB;
  2631. };
  2632. enum __invalid_capability_value {};
  2633. #line 4482
  2634. class TPlatSecDiagnostic;
  2635. class PlatSec
  2636. {
  2637. public:
  2638. #line 4509
  2639. __declspec(dllexport) static TBool IsCapabilityEnforced(TCapability aCapability);
  2640. enum TConfigSetting
  2641. {
  2642. EPlatSecEnforcement,
  2643. EPlatSecDiagnotics,
  2644. EPlatSecProcessIsolation,
  2645. EPlatSecEnforceSysBin,
  2646. };
  2647. #line 4535
  2648. __declspec(dllexport) static TInt ConfigSetting(TConfigSetting aSetting);
  2649. #line 4544
  2650. public:
  2651. static inline TInt LoaderCapabilityViolation(const TDesC8& aImporterName, const TDesC8& aFileName, const SCapabilitySet& aMissingCaps);
  2652. #line 4564
  2653. static inline TInt LoaderCapabilityViolation(RProcess aLoadingProcess, const TDesC8& aFileName, const SCapabilitySet& aMissingCaps);
  2654. static inline TInt CreatorCapabilityCheckFail(TCapability aCapability, const char* aContextText);
  2655. static inline TInt CreatorCapabilityCheckFail(const TCapabilitySet& aMissingCaps, const char* aContextText);
  2656. static inline TInt CapabilityCheckFail(TInt aHandle, TCapability aCapability, const char* aContextText);
  2657. static inline TInt CapabilityCheckFail(TInt aHandle, const TCapabilitySet& aMissingCaps, const char* aContextText);
  2658. static inline TInt PolicyCheckFail(TInt aHandle, const SSecurityInfo& aMissing, const char* aContextText);
  2659. static inline TInt CapabilityCheckFail(RMessagePtr2 aMessage, TCapability aCapability, const char* aContextText);
  2660. static inline TInt CapabilityCheckFail(RMessagePtr2 aMessage, const TCapabilitySet& aMissingCaps, const char* aContextText);
  2661. static inline TInt PolicyCheckFail(RMessagePtr2 aMessage, const SSecurityInfo& aMissingCaps, const char* aContextText);
  2662. static inline TInt PolicyCheckFail(RSessionBase aSession, const SSecurityInfo& aMissingCaps, const char* aContextText);
  2663. static inline TInt CreatorPolicyCheckFail(const SSecurityInfo& aMissingCaps, const char* aContextText);
  2664. static inline TInt CreatorCapabilityCheckFail(TCapability aCapability);
  2665. static inline TInt CreatorCapabilityCheckFail(const TCapabilitySet& aMissingCaps);
  2666. static inline TInt CapabilityCheckFail(TInt aHandle, TCapability aCapability);
  2667. static inline TInt CapabilityCheckFail(TInt aHandle, const TCapabilitySet& aMissingCaps);
  2668. static inline TInt PolicyCheckFail(TInt aHandle, const SSecurityInfo& aMissing);
  2669. static inline TInt CapabilityCheckFail(RMessagePtr2 aMessage, TCapability aCapability);
  2670. static inline TInt CapabilityCheckFail(RMessagePtr2 aMessage, const TCapabilitySet& aMissingCaps);
  2671. static inline TInt PolicyCheckFail(RMessagePtr2 aMessage, const SSecurityInfo& aMissingCaps);
  2672. static inline TInt CreatorPolicyCheckFail(const SSecurityInfo& aMissingCaps);
  2673. private:
  2674. __declspec(dllexport) static TInt EmitDiagnostic(TPlatSecDiagnostic& aDiagnostic, const char* aContextText);
  2675. #line 4616
  2676. public:
  2677. __declspec(dllexport) static TInt EmitDiagnostic();
  2678. };
  2679. struct TEmulatorImageHeader
  2680. {
  2681. TUid iUids[KMaxCheckedUid];
  2682. TProcessPriority iPriority;
  2683. SSecurityInfo iS;
  2684. TUint32 iSpare1;
  2685. TUint32 iSpare2;
  2686. TUint32 iModuleVersion;
  2687. TUint32 iFlags;
  2688. };
  2689. #line 4648
  2690. class TProcessMemoryInfo
  2691. {
  2692. public:
  2693. TUint32 iCodeBase;
  2694. TUint32 iCodeSize;
  2695. TUint32 iConstDataBase;
  2696. TUint32 iConstDataSize;
  2697. TUint32 iInitialisedDataBase;
  2698. TUint32 iInitialisedDataSize;
  2699. TUint32 iUninitialisedDataBase;
  2700. TUint32 iUninitialisedDataSize;
  2701. };
  2702. #line 4709
  2703. typedef TProcessMemoryInfo TModuleMemoryInfo;
  2704. class CBase;
  2705. #line 4768
  2706. template <class T>
  2707. class TArray
  2708. {
  2709. public:
  2710. inline TArray(TInt (*aCount)(const CBase* aPtr),const TAny*(*anAt)(const CBase* aPtr,TInt anIndex),const CBase* aPtr);
  2711. inline TInt Count() const;
  2712. inline const T& operator[](TInt anIndex) const;
  2713. private:
  2714. const CBase* iPtr;
  2715. TInt (*iCount)(const CBase* aPtr);
  2716. const TAny*(*iAt)(const CBase* aPtr,TInt anIndex);
  2717. };
  2718. #line 4796
  2719. typedef TBool (*TGeneralIdentityRelation)(const TAny*, const TAny*);
  2720. #line 4812
  2721. typedef TInt (*TGeneralLinearOrder)(const TAny*, const TAny*);
  2722. #line 4832
  2723. template <class T>
  2724. class TIdentityRelation
  2725. {
  2726. public:
  2727. inline TIdentityRelation( TBool (*anIdentity)(const T&, const T&) );
  2728. inline operator TGeneralIdentityRelation() const;
  2729. private:
  2730. TGeneralIdentityRelation iIdentity;
  2731. };
  2732. #line 4857
  2733. class DefaultIdentity
  2734. {
  2735. public:
  2736. __declspec(dllexport) static TBool Integer(const TInt&, const TInt&);
  2737. __declspec(dllexport) static TBool Des8(const TDesC8&, const TDesC8&);
  2738. __declspec(dllexport) static TBool Des16(const TDesC16&, const TDesC16&);
  2739. };
  2740. #line 4883
  2741. template <class T>
  2742. class TLinearOrder
  2743. {
  2744. public:
  2745. inline TLinearOrder( TInt(*anOrder)(const T&, const T&) );
  2746. inline operator TGeneralLinearOrder() const;
  2747. private:
  2748. TGeneralLinearOrder iOrder;
  2749. };
  2750. #line 4913
  2751. enum TArrayFindMode
  2752. {
  2753. #line 4923
  2754. EArrayFindMode_Any = 0,
  2755. EArrayFindMode_First = 1,
  2756. EArrayFindMode_Last = 2,
  2757. EArrayFindMode_Limit = 3
  2758. };
  2759. #line 4954
  2760. class RPointerArrayBase
  2761. {
  2762. protected:
  2763. __declspec(dllexport) RPointerArrayBase();
  2764. __declspec(dllexport) RPointerArrayBase(TInt aGranularity);
  2765. __declspec(dllexport) RPointerArrayBase(TInt aMinGrowBy, TInt aFactor);
  2766. __declspec(dllexport) void Close();
  2767. __declspec(dllexport) TInt Count() const;
  2768. inline void ZeroCount() {iCount=0;}
  2769. inline TAny** Entries() {return iEntries;}
  2770. __declspec(dllexport) TAny*& At(TInt anIndex) const;
  2771. __declspec(dllexport) TInt Append(const TAny* anEntry);
  2772. __declspec(dllexport) TInt Insert(const TAny* anEntry, TInt aPos);
  2773. __declspec(dllexport) void Remove(TInt anIndex);
  2774. __declspec(dllexport) void Compress();
  2775. __declspec(dllexport) void Reset();
  2776. __declspec(dllexport) TInt Find(const TAny* anEntry) const;
  2777. __declspec(dllexport) TInt Find(const TAny* anEntry, TGeneralIdentityRelation anIdentity) const;
  2778. __declspec(dllexport) TInt FindIsqSigned(TInt anEntry) const;
  2779. __declspec(dllexport) TInt FindIsqUnsigned(TUint anEntry) const;
  2780. __declspec(dllexport) TInt FindIsq(const TAny* anEntry, TGeneralLinearOrder anOrder) const;
  2781. __declspec(dllexport) TInt FindIsqSigned(TInt anEntry, TInt aMode) const;
  2782. __declspec(dllexport) TInt FindIsqUnsigned(TUint anEntry, TInt aMode) const;
  2783. __declspec(dllexport) TInt FindIsq(const TAny* anEntry, TGeneralLinearOrder anOrder, TInt aMode) const;
  2784. __declspec(dllexport) TInt InsertIsqSigned(TInt anEntry, TBool aAllowRepeats);
  2785. __declspec(dllexport) TInt InsertIsqUnsigned(TUint anEntry, TBool aAllowRepeats);
  2786. __declspec(dllexport) TInt InsertIsq(const TAny* anEntry, TGeneralLinearOrder anOrder, TBool aAllowRepeats);
  2787. __declspec(dllexport) TInt BinarySearchSigned(TInt anEntry, TInt& anIndex) const;
  2788. __declspec(dllexport) TInt BinarySearchUnsigned(TUint anEntry, TInt& anIndex) const;
  2789. __declspec(dllexport) TInt BinarySearch(const TAny* anEntry, TInt& anIndex, TGeneralLinearOrder anOrder) const;
  2790. __declspec(dllexport) TInt BinarySearchSigned(TInt anEntry, TInt& anIndex, TInt aMode) const;
  2791. __declspec(dllexport) TInt BinarySearchUnsigned(TUint anEntry, TInt& anIndex, TInt aMode) const;
  2792. __declspec(dllexport) TInt BinarySearch(const TAny* anEntry, TInt& anIndex, TGeneralLinearOrder anOrder, TInt aMode) const;
  2793. __declspec(dllexport) RPointerArrayBase(TAny** aEntries, TInt aCount);
  2794. __declspec(dllexport) void GranularCompress();
  2795. __declspec(dllexport) TInt DoReserve(TInt aCount);
  2796. __declspec(dllexport) void HeapSortSigned();
  2797. __declspec(dllexport) void HeapSortUnsigned();
  2798. __declspec(dllexport) void HeapSort(TGeneralLinearOrder anOrder);
  2799. __declspec(dllexport) static TInt GetCount(const CBase* aPtr);
  2800. __declspec(dllexport) static const TAny* GetElementPtr(const CBase* aPtr, TInt aIndex);
  2801. private:
  2802. TInt Grow();
  2803. private:
  2804. TInt iCount;
  2805. TAny** iEntries;
  2806. TInt iAllocated;
  2807. TInt iGranularity;
  2808. TInt iSpare1;
  2809. TInt iSpare2;
  2810. };
  2811. #line 5024
  2812. template <class T>
  2813. class RPointerArray : private RPointerArrayBase
  2814. {
  2815. public:
  2816. inline RPointerArray();
  2817. inline explicit RPointerArray(TInt aGranularity);
  2818. inline RPointerArray(TInt aMinGrowBy, TInt aFactor);
  2819. inline void Close();
  2820. inline TInt Count() const;
  2821. inline T* const& operator[](TInt anIndex) const;
  2822. inline T*& operator[](TInt anIndex);
  2823. inline TInt Append(const T* anEntry);
  2824. inline TInt Insert(const T* anEntry, TInt aPos);
  2825. inline void Remove(TInt anIndex);
  2826. inline void Compress();
  2827. inline void Reset();
  2828. void ResetAndDestroy();
  2829. inline TInt Find(const T* anEntry) const;
  2830. inline TInt Find(const T* anEntry, TIdentityRelation<T> anIdentity) const;
  2831. inline TInt FindInAddressOrder(const T* anEntry) const;
  2832. inline TInt FindInOrder(const T* anEntry, TLinearOrder<T> anOrder) const;
  2833. inline TInt FindInAddressOrder(const T* anEntry, TInt& anIndex) const;
  2834. inline TInt FindInOrder(const T* anEntry, TInt& anIndex, TLinearOrder<T> anOrder) const;
  2835. template <class K>
  2836. inline TInt FindInOrder(const K& aKey, TInt (*apfnCompare)(const K* k, const T& t)) const
  2837. { return RPointerArrayBase::FindIsq((T*)&aKey,*(TLinearOrder<T> *)&apfnCompare); }
  2838. inline TInt SpecificFindInAddressOrder(const T* anEntry, TInt aMode) const;
  2839. inline TInt SpecificFindInOrder(const T* anEntry, TLinearOrder<T> anOrder, TInt aMode) const;
  2840. inline TInt SpecificFindInAddressOrder(const T* anEntry, TInt& anIndex, TInt aMode) const;
  2841. inline TInt SpecificFindInOrder(const T* anEntry, TInt& anIndex, TLinearOrder<T> anOrder, TInt aMode) const;
  2842. inline TInt InsertInAddressOrder(const T* anEntry);
  2843. inline TInt InsertInOrder(const T* anEntry, TLinearOrder<T> anOrder);
  2844. inline TInt InsertInAddressOrderAllowRepeats(const T* anEntry);
  2845. inline TInt InsertInOrderAllowRepeats(const T* anEntry, TLinearOrder<T> anOrder);
  2846. inline void AppendL(const T* anEntry);
  2847. inline void InsertL(const T* anEntry, TInt aPos);
  2848. inline TInt FindL(const T* anEntry) const;
  2849. inline TInt FindL(const T* anEntry, TIdentityRelation<T> anIdentity) const;
  2850. inline TInt FindInAddressOrderL(const T* anEntry) const;
  2851. inline TInt FindInOrderL(const T* anEntry, TLinearOrder<T> anOrder) const;
  2852. inline void FindInAddressOrderL(const T* anEntry, TInt& anIndex) const;
  2853. inline void FindInOrderL(const T* anEntry, TInt& anIndex, TLinearOrder<T> anOrder) const;
  2854. inline TInt SpecificFindInAddressOrderL(const T* anEntry, TInt aMode) const;
  2855. inline TInt SpecificFindInOrderL(const T* anEntry, TLinearOrder<T> anOrder, TInt aMode) const;
  2856. inline void SpecificFindInAddressOrderL(const T* anEntry, TInt& anIndex, TInt aMode) const;
  2857. inline void SpecificFindInOrderL(const T* anEntry, TInt& anIndex, TLinearOrder<T> anOrder, TInt aMode) const;
  2858. inline void InsertInAddressOrderL(const T* anEntry);
  2859. inline void InsertInOrderL(const T* anEntry, TLinearOrder<T> anOrder);
  2860. inline void InsertInAddressOrderAllowRepeatsL(const T* anEntry);
  2861. inline void InsertInOrderAllowRepeatsL(const T* anEntry, TLinearOrder<T> anOrder);
  2862. inline RPointerArray(T** aEntries, TInt aCount);
  2863. inline void GranularCompress();
  2864. inline TInt Reserve(TInt aCount);
  2865. inline void ReserveL(TInt aCount);
  2866. inline void SortIntoAddressOrder();
  2867. inline void Sort(TLinearOrder<T> anOrder);
  2868. inline TArray<T*> Array() const;
  2869. };
  2870. #line 5099
  2871. template<> class RPointerArray<TAny> : private RPointerArrayBase
  2872. {
  2873. public:
  2874. inline RPointerArray();
  2875. inline explicit RPointerArray(TInt aGranularity);
  2876. inline RPointerArray(TInt aMinGrowBy, TInt aFactor);
  2877. inline void Close();
  2878. inline TInt Count() const;
  2879. inline TAny* const& operator[](TInt anIndex) const;
  2880. inline TAny*& operator[](TInt anIndex);
  2881. inline TInt Append(const TAny* anEntry);
  2882. inline TInt Insert(const TAny* anEntry, TInt aPos);
  2883. inline void Remove(TInt anIndex);
  2884. inline void Compress();
  2885. inline void Reset();
  2886. inline TInt Find(const TAny* anEntry) const;
  2887. inline TInt FindInAddressOrder(const TAny* anEntry) const;
  2888. inline TInt FindInAddressOrder(const TAny* anEntry, TInt& anIndex) const;
  2889. inline TInt SpecificFindInAddressOrder(const TAny* anEntry, TInt aMode) const;
  2890. inline TInt SpecificFindInAddressOrder(const TAny* anEntry, TInt& anIndex, TInt aMode) const;
  2891. inline TInt InsertInAddressOrder(const TAny* anEntry);
  2892. inline TInt InsertInAddressOrderAllowRepeats(const TAny* anEntry);
  2893. inline void AppendL(const TAny* anEntry);
  2894. inline void InsertL(const TAny* anEntry, TInt aPos);
  2895. inline TInt FindL(const TAny* anEntry) const;
  2896. inline TInt FindInAddressOrderL(const TAny* anEntry) const;
  2897. inline void FindInAddressOrderL(const TAny* anEntry, TInt& anIndex) const;
  2898. inline TInt SpecificFindInAddressOrderL(const TAny* anEntry, TInt aMode) const;
  2899. inline void SpecificFindInAddressOrderL(const TAny* anEntry, TInt& anIndex, TInt aMode) const;
  2900. inline void InsertInAddressOrderL(const TAny* anEntry);
  2901. inline void InsertInAddressOrderAllowRepeatsL(const TAny* anEntry);
  2902. inline RPointerArray(TAny** aEntries, TInt aCount);
  2903. inline void GranularCompress();
  2904. inline void SortIntoAddressOrder();
  2905. inline TArray<TAny*> Array() const;
  2906. };
  2907. #line 5150
  2908. class RArrayBase
  2909. {
  2910. protected:
  2911. __declspec(dllexport) RArrayBase(TInt anEntrySize);
  2912. __declspec(dllexport) RArrayBase(TInt anEntrySize, TInt aGranularity);
  2913. __declspec(dllexport) RArrayBase(TInt anEntrySize, TInt aGranularity, TInt aKeyOffset);
  2914. __declspec(dllexport) RArrayBase(TInt anEntrySize, TInt aMinGrowBy, TInt aKeyOffset, TInt aFactor);
  2915. __declspec(dllexport) void Close();
  2916. __declspec(dllexport) TInt Count() const;
  2917. __declspec(dllexport) TAny* At(TInt anIndex) const;
  2918. __declspec(dllexport) TInt Append(const TAny* anEntry);
  2919. __declspec(dllexport) TInt Insert(const TAny* anEntry, TInt aPos);
  2920. __declspec(dllexport) void Remove(TInt anIndex);
  2921. __declspec(dllexport) void Compress();
  2922. __declspec(dllexport) void Reset();
  2923. __declspec(dllexport) TInt Find(const TAny* anEntry) const;
  2924. __declspec(dllexport) TInt Find(const TAny* anEntry, TGeneralIdentityRelation anIdentity) const;
  2925. __declspec(dllexport) TInt FindIsqSigned(const TAny* anEntry) const;
  2926. __declspec(dllexport) TInt FindIsqUnsigned(const TAny* anEntry) const;
  2927. __declspec(dllexport) TInt FindIsq(const TAny* anEntry, TGeneralLinearOrder anOrder) const;
  2928. __declspec(dllexport) TInt FindIsqSigned(const TAny* anEntry, TInt aMode) const;
  2929. __declspec(dllexport) TInt FindIsqUnsigned(const TAny* anEntry, TInt aMode) const;
  2930. __declspec(dllexport) TInt FindIsq(const TAny* anEntry, TGeneralLinearOrder anOrder, TInt aMode) const;
  2931. __declspec(dllexport) TInt InsertIsqSigned(const TAny* anEntry, TBool aAllowRepeats);
  2932. __declspec(dllexport) TInt InsertIsqUnsigned(const TAny* anEntry, TBool aAllowRepeats);
  2933. __declspec(dllexport) TInt InsertIsq(const TAny* anEntry, TGeneralLinearOrder anOrder, TBool aAllowRepeats);
  2934. __declspec(dllexport) TInt BinarySearchSigned(const TAny* anEntry, TInt& anIndex) const;
  2935. __declspec(dllexport) TInt BinarySearchUnsigned(const TAny* anEntry, TInt& anIndex) const;
  2936. __declspec(dllexport) TInt BinarySearch(const TAny* anEntry, TInt& anIndex, TGeneralLinearOrder anOrder) const;
  2937. __declspec(dllexport) TInt BinarySearchSigned(const TAny* anEntry, TInt& anIndex, TInt aMode) const;
  2938. __declspec(dllexport) TInt BinarySearchUnsigned(const TAny* anEntry, TInt& anIndex, TInt aMode) const;
  2939. __declspec(dllexport) TInt BinarySearch(const TAny* anEntry, TInt& anIndex, TGeneralLinearOrder anOrder, TInt aMode) const;
  2940. __declspec(dllexport) RArrayBase(TInt aEntrySize,TAny* aEntries, TInt aCount);
  2941. __declspec(dllexport) void GranularCompress();
  2942. __declspec(dllexport) TInt DoReserve(TInt aCount);
  2943. __declspec(dllexport) void HeapSortSigned();
  2944. __declspec(dllexport) void HeapSortUnsigned();
  2945. __declspec(dllexport) void HeapSort(TGeneralLinearOrder anOrder);
  2946. __declspec(dllexport) static TInt GetCount(const CBase* aPtr);
  2947. __declspec(dllexport) static const TAny* GetElementPtr(const CBase* aPtr, TInt aIndex);
  2948. private:
  2949. TInt Grow();
  2950. private:
  2951. TInt iCount;
  2952. TAny* iEntries;
  2953. TInt iEntrySize;
  2954. TInt iKeyOffset;
  2955. TInt iAllocated;
  2956. TInt iGranularity;
  2957. TInt iSpare1;
  2958. TInt iSpare2;
  2959. };
  2960. #line 5244
  2961. template <class T>
  2962. class RArray : private RArrayBase
  2963. {
  2964. public:
  2965. inline RArray();
  2966. inline explicit RArray(TInt aGranularity);
  2967. inline RArray(TInt aGranularity, TInt aKeyOffset);
  2968. inline RArray(TInt aMinGrowBy, TInt aKeyOffset, TInt aFactor);
  2969. inline void Close();
  2970. inline TInt Count() const;
  2971. inline const T& operator[](TInt anIndex) const;
  2972. inline T& operator[](TInt anIndex);
  2973. inline TInt Append(const T& anEntry);
  2974. inline TInt Insert(const T& anEntry, TInt aPos);
  2975. inline void Remove(TInt anIndex);
  2976. inline void Compress();
  2977. inline void Reset();
  2978. inline TInt Find(const T& anEntry) const;
  2979. inline TInt Find(const T& anEntry, TIdentityRelation<T> anIdentity) const;
  2980. inline TInt FindInSignedKeyOrder(const T& anEntry) const;
  2981. inline TInt FindInUnsignedKeyOrder(const T& anEntry) const;
  2982. inline TInt FindInOrder(const T& anEntry, TLinearOrder<T> anOrder) const;
  2983. inline TInt FindInSignedKeyOrder(const T& anEntry, TInt& anIndex) const;
  2984. inline TInt FindInUnsignedKeyOrder(const T& anEntry, TInt& anIndex) const;
  2985. inline TInt FindInOrder(const T& anEntry, TInt& anIndex, TLinearOrder<T> anOrder) const;
  2986. template <class K>
  2987. inline TInt FindInOrder(const K& aKey, TInt (*apfnCompare)(const K* k, const T& t)) const
  2988. { return RArrayBase::FindIsq((T*)&aKey,*(TLinearOrder<T> *)&apfnCompare); }
  2989. inline TInt SpecificFindInSignedKeyOrder(const T& anEntry, TInt aMode) const;
  2990. inline TInt SpecificFindInUnsignedKeyOrder(const T& anEntry, TInt aMode) const;
  2991. inline TInt SpecificFindInOrder(const T& anEntry, TLinearOrder<T> anOrder, TInt aMode) const;
  2992. inline TInt SpecificFindInSignedKeyOrder(const T& anEntry, TInt& anIndex, TInt aMode) const;
  2993. inline TInt SpecificFindInUnsignedKeyOrder(const T& anEntry, TInt& anIndex, TInt aMode) const;
  2994. inline TInt SpecificFindInOrder(const T& anEntry, TInt& anIndex, TLinearOrder<T> anOrder, TInt aMode) const;
  2995. inline TInt InsertInSignedKeyOrder(const T& anEntry);
  2996. inline TInt InsertInUnsignedKeyOrder(const T& anEntry);
  2997. inline TInt InsertInOrder(const T& anEntry, TLinearOrder<T> anOrder);
  2998. inline TInt InsertInSignedKeyOrderAllowRepeats(const T& anEntry);
  2999. inline TInt InsertInUnsignedKeyOrderAllowRepeats(const T& anEntry);
  3000. inline TInt InsertInOrderAllowRepeats(const T& anEntry, TLinearOrder<T> anOrder);
  3001. inline void AppendL(const T& anEntry);
  3002. inline void InsertL(const T& anEntry, TInt aPos);
  3003. inline TInt FindL(const T& anEntry) const;
  3004. inline TInt FindL(const T& anEntry, TIdentityRelation<T> anIdentity) const;
  3005. inline TInt FindInSignedKeyOrderL(const T& anEntry) const;
  3006. inline TInt FindInUnsignedKeyOrderL(const T& anEntry) const;
  3007. inline TInt FindInOrderL(const T& anEntry, TLinearOrder<T> anOrder) const;
  3008. inline void FindInSignedKeyOrderL(const T& anEntry, TInt& anIndex) const;
  3009. inline void FindInUnsignedKeyOrderL(const T& anEntry, TInt& anIndex) const;
  3010. inline void FindInOrderL(const T& anEntry, TInt& anIndex, TLinearOrder<T> anOrder) const;
  3011. inline TInt SpecificFindInSignedKeyOrderL(const T& anEntry, TInt aMode) const;
  3012. inline TInt SpecificFindInUnsignedKeyOrderL(const T& anEntry, TInt aMode) const;
  3013. inline TInt SpecificFindInOrderL(const T& anEntry, TLinearOrder<T> anOrder, TInt aMode) const;
  3014. inline void SpecificFindInSignedKeyOrderL(const T& anEntry, TInt& anIndex, TInt aMode) const;
  3015. inline void SpecificFindInUnsignedKeyOrderL(const T& anEntry, TInt& anIndex, TInt aMode) const;
  3016. inline void SpecificFindInOrderL(const T& anEntry, TInt& anIndex, TLinearOrder<T> anOrder, TInt aMode) const;
  3017. inline void InsertInSignedKeyOrderL(const T& anEntry);
  3018. inline void InsertInUnsignedKeyOrderL(const T& anEntry);
  3019. inline void InsertInOrderL(const T& anEntry, TLinearOrder<T> anOrder);
  3020. inline void InsertInSignedKeyOrderAllowRepeatsL(const T& anEntry);
  3021. inline void InsertInUnsignedKeyOrderAllowRepeatsL(const T& anEntry);
  3022. inline void InsertInOrderAllowRepeatsL(const T& anEntry, TLinearOrder<T> anOrder);
  3023. inline RArray(TInt aEntrySize,T* aEntries, TInt aCount);
  3024. inline void GranularCompress();
  3025. inline TInt Reserve(TInt aCount);
  3026. inline void ReserveL(TInt aCount);
  3027. inline void SortSigned();
  3028. inline void SortUnsigned();
  3029. inline void Sort(TLinearOrder<T> anOrder);
  3030. inline TArray<T> Array() const;
  3031. };
  3032. #line 5331
  3033. template<> class RArray<TInt> : private RPointerArrayBase
  3034. {
  3035. public:
  3036. inline RArray();
  3037. inline explicit RArray(TInt aGranularity);
  3038. inline RArray(TInt aMinGrowBy, TInt aFactor);
  3039. inline void Close();
  3040. inline TInt Count() const;
  3041. inline const TInt& operator[](TInt anIndex) const;
  3042. inline TInt& operator[](TInt anIndex);
  3043. inline TInt Append(TInt anEntry);
  3044. inline TInt Insert(TInt anEntry, TInt aPos);
  3045. inline void Remove(TInt anIndex);
  3046. inline void Compress();
  3047. inline void Reset();
  3048. inline TInt Find(TInt anEntry) const;
  3049. inline TInt FindInOrder(TInt anEntry) const;
  3050. inline TInt FindInOrder(TInt anEntry, TInt& anIndex) const;
  3051. inline TInt SpecificFindInOrder(TInt anEntry, TInt aMode) const;
  3052. inline TInt SpecificFindInOrder(TInt anEntry, TInt& anIndex, TInt aMode) const;
  3053. inline TInt InsertInOrder(TInt anEntry);
  3054. inline TInt InsertInOrderAllowRepeats(TInt anEntry);