predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsAlgorithm1.h
branchRCL_3
changeset 21 b3431bff8c19
parent 15 e8e3147d53eb
child 35 4ae315f230bc
equal deleted inserted replaced
15:e8e3147d53eb 21:b3431bff8c19
   302 		* Own
   302 		* Own
   303 		*/
   303 		*/
   304 		RPointerArray<CPcsCache> iPcsCache; 
   304 		RPointerArray<CPcsCache> iPcsCache; 
   305 
   305 
   306 		/**
   306 		/**
   307 		* Keeps the count of caches
       
   308 		*/
       
   309 		TUint8 iCacheCount; 
       
   310 
       
   311 		/**
       
   312 		* Instance of key map
   307 		* Instance of key map
   313 		* Own.
   308 		* Own.
   314 		*/
   309 		*/
   315 		CPcsKeyMap* iKeyMap;
   310 		CPcsKeyMap* iKeyMap;
   316 
   311 
   322 		/**
   317 		/**
   323 		* Instance of algorithm helper. Owned
   318 		* Instance of algorithm helper. Owned
   324 		*/
   319 		*/
   325 		CPcsAlgorithm1Helper* iHelper;
   320 		CPcsAlgorithm1Helper* iHelper;
   326 		CPcsAlgorithm1MultiSearchHelper* iMultiSearchHelper;
   321 		CPcsAlgorithm1MultiSearchHelper* iMultiSearchHelper;
   327 
       
   328 		
   322 		
   329 		/**
   323 		/**
   330 		* Global that keeps the updated status of the caching
   324 		* Global that keeps the updated status of the caching
   331 		*/
   325 		*/
   332 		TCachingStatus iCacheStatus;
   326 		TCachingStatus iCacheStatus;