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 Tue Feb 2 17:41:31 2010 for TAO_PortableServer by  doxygen 1.4.7