CHashTableExample Class Reference

List of all members.

Public Member Functions

 ~CHashTableExample ()
void ConstructDefaultHashSet ()
void ConstructOwnHashSet ()
void OperationsToHashSetL ()
void ConstructDefaultPtrHashSet ()
void ConstructOwnPtrHashSet ()
void OperationsToPtrHashSetL ()
void ConstructDefaultHashMap ()
void ConstructOwnHashMap ()
void OperationsToHashMapL ()
void ConstructDefaultPtrHashMap ()
void ConstructOwnPtrHashMap ()
void OperationsToPtrHashMapL ()

Static Public Member Functions

static CHashTableExampleNewL ()

Detailed Description

Demonstrates some uses of the Symbian platform hash table APIs of the User Library component.

The class demonstrates how to construct and operate a hash set, a hash set of pointers, a hash map and a hash map of pointers.

Definition at line 105 of file hashtableexample.h.


Constructor & Destructor Documentation

CHashTableExample::~CHashTableExample (  ) 

Member Function Documentation

CHashTableExample * CHashTableExample::NewL (  )  [static]

Allocates and constructs a CHashTableExample object. Initialises all member data to their default values.

Returns:
A CHashTableExample object

Definition at line 68 of file hashtableexample.cpp.

void CHashTableExample::ConstructDefaultHashSet (  ) 
void CHashTableExample::ConstructOwnHashSet (  ) 
void CHashTableExample::OperationsToHashSetL (  ) 
void CHashTableExample::ConstructDefaultPtrHashSet (  ) 
void CHashTableExample::ConstructOwnPtrHashSet (  ) 
void CHashTableExample::OperationsToPtrHashSetL (  ) 
void CHashTableExample::ConstructDefaultHashMap (  ) 
void CHashTableExample::ConstructOwnHashMap (  ) 
void CHashTableExample::OperationsToHashMapL (  ) 
void CHashTableExample::ConstructDefaultPtrHashMap (  ) 
void CHashTableExample::ConstructOwnPtrHashMap (  ) 
void CHashTableExample::OperationsToPtrHashMapL (  ) 

Generated by  doxygen 1.6.2