diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/hashtableexample_8h.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/hashtableexample_8h.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/hashtableexample_8h.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,153 +1,113 @@ - - -TB10.1 Example Applications: examples/Base/HashTableExample/hashtableexample.h File Reference - - - - + + + + +TB9.2 Example Applications: examples/Base/HashTableExample/hashtableexample.h File Reference + + + + + +

examples/Base/HashTableExample/hashtableexample.h File Reference

-

-Go to the source code of this file. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Classes

class  CHashTableExample

Functions

+

Go to the source code of this file.

+ + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + +

Classes

class  CHashTableExample

Functions

 _LIT (KTitle,"Hash Table Example")
+
 _LIT (KFailed,"\nFailed to complete")
+
 _LIT (KPressAKeyMsg,"\n\nPress any key to step through the example\n")
+
 _LIT (KExitMsg,"\nPress any key to exit the application ")
+
 _LIT (KPressAKey,"\nPress any key to continue\n")
+
 _LIT (KWelcome,"\n Welcome to the hash table example application")
+
 _LIT (KConstruct," Construction: \n")
+
 _LIT (KOperation," Operation: \n")
+
 _LIT (KAnd," And ")
+
 _LIT (KHashSet,"\n HASH SET: \n")
+
 _LIT (KConstructDefaultHashSet,"\t Construction of hash set using default hash and identity function: successful\n")
+
 _LIT (KConstructOwnHashSet,"\t Construction of hash set using custom hash and identity function: successful\n")
+
 _LIT (KInsertItemsToHashSet,"\t Insertion of items to hash set: successful\n")
+
 _LIT (KItemPresentInHashSet,"\t Item is present in hash set\n")
+
 _LIT (KItemNotPresentInHashSet,"\t Item is not present in hash set\n")
+
 _LIT (KIterateItemsFromHashSet,"\t Iteration of items from hash set: successful\n")
+
 _LIT (KRemoveItemsFromHashSet,"\t Removal of items from hash set: successful\n")
+
 _LIT (KPtrHashSet,"\n HASH SET OF POINTERS: \n")
+
 _LIT (KConstructDefaultPtrHashSet,"\t Construction of hash set of pointers using default hash and identity function: successful\n")
+
 _LIT (KConstructOwnPtrHashSet,"\t Construction of hash set of pointers using custom hash and identity function: successful\n")
_LIT (KInsertItemsToPtrHashSet,"\t Insertion of items to hash set of pointers: successful\n")
_LIT (KItemPresentInPtrHashSet,"\t Item is present in the hash set of pointers\n")
_LIT (KItemNotPresentInPtrHashSet,"\t Item is not present in hash set of pointers\n")
_LIT (KIterateItemsFromPtrHashSet,"\t Iteration of items from hash set of pointers: successful\n")
_LIT (KRemoveItemsFromPtrHashSet,"\t Removal of items from hash set of pointers: successful\n")
_LIT (KFindItem,"eleven")
_LIT (KRemoveItem,"twenty")
_LIT (KHashMap,"\n HASH MAP: \n")
_LIT (KConstructDeafultHashMap,"\t Construction of hash map using default hash and identity function: successful\n")
_LIT (KConstructOwnHashMap,"\t Construction of hash map using custom hash and identity function: successful\n")
_LIT (KInsertItemsToHashMap,"\t Insertion of items to hash map: successful\n")
_LIT (KItemPresentInHashMap,"\t Item is present in hash map\n")
_LIT (KItemNotPresentInHashMap,"\t Item is not present in hash map\n")
_LIT (KIterateItemsFromHashMap,"\t Iteration of items from hash map: successful\n")
_LIT (KRemoveItemsFromHashMap,"\t Removal of items from hash map: successful\n")
_LIT (KPtrHashMap,"\n HASH MAP OF POINTERS: \n")
_LIT (KConstructDeafultPtrHashMap,"\t Construction of hash map of pointers using default hash and identity function: successful\n")
_LIT (KConstructOwnPtrHashMap,"\t Construction of hash map of pointers using custom hash and identity function: successful\n")
_LIT (KInsertItemsToPtrHashMap,"\t Insertion of items to hash map of pointers: successful\n")
_LIT (KItemPresentInPtrHashMap,"\t Item is present in hash map of pointers\n")
_LIT (KItemNotPresentInPtrHashMap,"\t Item is not present in hash map of pointers\n")
_LIT (KIterateItemsFromPtrHashMap,"\t Iteration of items from hash map of pointers: successful\n")
_LIT (KRemoveItemsFromPtrHashMap,"\t Removal of items from hash map of pointers: successful\n")
+

Detailed Description

-
_LIT (KInsertItemsToPtrHashSet,"\t Insertion of items to hash set of pointers: successful\n")
_LIT (KItemPresentInPtrHashSet,"\t Item is present in the hash set of pointers\n")
_LIT (KItemNotPresentInPtrHashSet,"\t Item is not present in hash set of pointers\n")
_LIT (KIterateItemsFromPtrHashSet,"\t Iteration of items from hash set of pointers: successful\n")
_LIT (KRemoveItemsFromPtrHashSet,"\t Removal of items from hash set of pointers: successful\n")
_LIT (KFindItem,"eleven")
_LIT (KRemoveItem,"twenty")
_LIT (KHashMap,"\n HASH MAP: \n")
_LIT (KConstructDeafultHashMap,"\t Construction of hash map using default hash and identity function: successful\n")
_LIT (KConstructOwnHashMap,"\t Construction of hash map using custom hash and identity function: successful\n")
_LIT (KInsertItemsToHashMap,"\t Insertion of items to hash map: successful\n")
_LIT (KItemPresentInHashMap,"\t Item is present in hash map\n")
_LIT (KItemNotPresentInHashMap,"\t Item is not present in hash map\n")
_LIT (KIterateItemsFromHashMap,"\t Iteration of items from hash map: successful\n")
_LIT (KRemoveItemsFromHashMap,"\t Removal of items from hash map: successful\n")
_LIT (KPtrHashMap,"\n HASH MAP OF POINTERS: \n")
_LIT (KConstructDeafultPtrHashMap,"\t Construction of hash map of pointers using default hash and identity function: successful\n")
_LIT (KConstructOwnPtrHashMap,"\t Construction of hash map of pointers using custom hash and identity function: successful\n")
_LIT (KInsertItemsToPtrHashMap,"\t Insertion of items to hash map of pointers: successful\n")
_LIT (KItemPresentInPtrHashMap,"\t Item is present in hash map of pointers\n")
_LIT (KItemNotPresentInPtrHashMap,"\t Item is not present in hash map of pointers\n")
_LIT (KIterateItemsFromPtrHashMap,"\t Iteration of items from hash map of pointers: successful\n")
_LIT (KRemoveItemsFromPtrHashMap,"\t Removal of items from hash map of pointers: successful\n")
-


Detailed Description

- -

Definition in file hashtableexample.h.

-
Generated on Thu Jan 21 10:33:02 2010 for TB10.1 Example Applications by  +

Definition in file hashtableexample.h.

+
+
Generated by  -doxygen 1.5.3
+doxygen 1.6.2