TAO_GroupId_Equal_To Class Reference

Hashing class for Group Ids. More...

#include <Portable_Group_Map.h>

List of all members.

Public Member Functions

int operator() (const PortableGroup::TagGroupTaggedComponent *lhs, const PortableGroup::TagGroupTaggedComponent *rhs) const
 Returns 1 if equal.


Detailed Description

Hashing class for Group Ids.

Define the Equal_To () method for Object Ids.

Definition at line 57 of file Portable_Group_Map.h.


Member Function Documentation

int TAO_GroupId_Equal_To::operator() const PortableGroup::TagGroupTaggedComponent *  lhs,
const PortableGroup::TagGroupTaggedComponent *  rhs
const
 

Returns 1 if equal.

Definition at line 170 of file Portable_Group_Map.cpp.

References ACE_OS::strcmp().

00173 {
00174   return
00175     ACE_OS::strcmp (lhs->group_domain_id, rhs->group_domain_id) == 0
00176     && lhs->object_group_id == rhs->object_group_id
00177     && lhs->object_group_ref_version == rhs->object_group_ref_version;
00178 }


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 14:04:54 2006 for TAO_PortableGroup by doxygen 1.3.6