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 164 of file Portable_Group_Map.cpp.

References ACE_OS::strcmp().

00167 {
00168   return
00169     ACE_OS::strcmp (lhs->group_domain_id, rhs->group_domain_id) == 0
00170     && lhs->object_group_id == rhs->object_group_id
00171     && lhs->object_group_ref_version == rhs->object_group_ref_version;
00172 }


The documentation for this class was generated from the following files:
Generated on Sun Jan 27 16:24:05 2008 for TAO_PortableGroup by doxygen 1.3.6