Public Member Functions

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.

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


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines