TAO_PG_Location_Equal_To Class Reference

"Equal_To" function object that determines if two location names are the same. More...

#include <PG_Location_Equal_To.h>

List of all members.

Public Member Functions

int operator() (const PortableGroup::Location &lhs, const PortableGroup::Location &rhs) const


Detailed Description

"Equal_To" function object that determines if two location names are the same.

This functor simply does a string comparison of each of the elements in the given TAO_PortableGroup::Location name sequences.

Definition at line 40 of file PG_Location_Equal_To.h.


Member Function Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE int TAO_PG_Location_Equal_To::operator() const PortableGroup::Location lhs,
const PortableGroup::Location rhs
const
 

Perform a string comparison on each of the sequence elements in the given locations.

Definition at line 8 of file PG_Location_Equal_To.inl.

References PortableGroup::Location.

00011 {
00012   return lhs == rhs;
00013 }


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