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

examples/Base/HashTableExample/hashtableexample.cpp File Reference

-

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

Go to the source code of this file.

+

Functions

TUint32 MyHashFunction (const TMyOwnObject &aObject)
+ + + + + + +

Functions

TUint32 MyHashFunction (const TMyOwnObject &aObject)
TBool MyIdentityFunction (const TMyOwnObject &aObject1, const TMyOwnObject &aObject2)
void FindNumberInWords (const TInt &aNum, TDes &aDes)
+void MainL ()
+GLDEF_C TInt E32Main ()
+


Detailed Description

-TBool MyIdentityFunction (const TMyOwnObject &aObject1, const TMyOwnObject &aObject2) - -void FindNumberInWords (const TInt &aNum, TDes &aDes) - - -void MainL () - - -GLDEF_C TInt E32Main () - - -

Detailed Description

- -

Definition in file hashtableexample.cpp.

-

Function Documentation

- +

Definition in file hashtableexample.cpp.

+

Function Documentation

+
- + - + - +
TUint32 MyHashFunction TUint32 MyHashFunction ( const TMyOwnObject &  aObject aObject  ) 
- -

-This is a simple implementation of a hash function for a compound object. It is not intended as an example of an optimum hash function implementation

Parameters:
+

This is a simple implementation of a hash function for a compound object. It is not intended as an example of an optimum hash function implementation

+
Parameters:
aObject Custom structure object
+
-
Returns:
Integer value of hash function for two values of a specified custom structure objects
+
Returns:
Integer value of hash function for two values of a specified custom structure objects
-

Definition at line 99 of file hashtableexample.cpp.

+

Definition at line 99 of file hashtableexample.cpp.

-

- +

+
- + @@ -74,31 +72,31 @@ - +
TBool MyIdentityFunction TBool MyIdentityFunction ( const TMyOwnObject &  aObject1,
)
- -

-Custom identity function in arbitary implementation to check the identity relation between the values of two custom structure objects.

Parameters:
+

Custom identity function in arbitary implementation to check the identity relation between the values of two custom structure objects.

+
Parameters:
aObj1 Custom structure object
aObj2 Custom structure object
+
-
Returns:
Boolean value of identity function for two custom structure objects
+
Returns:
Boolean value of identity function for two custom structure objects
-

Definition at line 111 of file hashtableexample.cpp.

+

Definition at line 111 of file hashtableexample.cpp.

-

- + +

- + @@ -112,26 +110,27 @@ - +
void FindNumberInWords void FindNumberInWords ( const TInt &  aNum,
)
- -

-Converts the specified number into words

Parameters:
+

Converts the specified number into words

+
Parameters:
aNum Integer to convert
aDes Reference to the descriptor containing the result in words
+
-

Definition at line 266 of file hashtableexample.cpp.

+

Definition at line 266 of file hashtableexample.cpp.

-

-


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