Public Member Functions

TAO_DTId_Hash Class Reference

Hashing class for Distributable Thread Ids. More...

#include <Current.h>

List of all members.

Public Member Functions

u_long operator() (const IdType &id) const
 Returns hash value.

Detailed Description

Hashing class for Distributable Thread Ids.

Define the hash() method for Object Ids.

Definition at line 46 of file Current.h.


Member Function Documentation

u_long TAO_DTId_Hash::operator() ( const IdType id  )  const

Returns hash value.

Definition at line 21 of file Current.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