TAO_ObjectId_Hash Class Reference

Hashing class for Object Ids. More...

#include <Key_Adapters.h>

List of all members.

Public Member Functions

u_long operator() (const PortableServer::ObjectId &id) const
 Returns hash value.


Detailed Description

Hashing class for Object Ids.

Define the hash() method for Object Ids.

Definition at line 63 of file Key_Adapters.h.


Member Function Documentation

u_long TAO_ObjectId_Hash::operator() const PortableServer::ObjectId id  )  const
 

Returns hash value.

Definition at line 40 of file Key_Adapters.cpp.

References ACE::hash_pjw().

00041 {
00042   return ACE::hash_pjw ((const char *) id.get_buffer (),
00043                         id.length ());
00044 }


The documentation for this class was generated from the following files:
Generated on Sun Jan 27 13:27:27 2008 for TAO_PortableServer by doxygen 1.3.6