TAO_PortableGroup 4.0.0
Loading...
Searching...
No Matches
Functions
PG_Operators.cpp File Reference
#include "orbsvcs/PortableGroup/PG_Operators.h"
#include "ace/OS_NS_string.h"

Functions

bool operator== (const CosNaming::Name &lhs, const CosNaming::Name &rhs)
 Global CosNaming::Name equality operator.
 
bool operator!= (const CosNaming::Name &lhs, const CosNaming::Name &rhs)
 Global CosNaming::Name inequality operator.
 

Function Documentation

◆ operator!=()

bool operator!= ( const CosNaming::Name & lhs,
const CosNaming::Name & rhs )

Global CosNaming::Name inequality operator.

This simple implementation simply negates the result of the equality operator.

◆ operator==()

bool operator== ( const CosNaming::Name & lhs,
const CosNaming::Name & rhs )

Global CosNaming::Name equality operator.

Used for checking equality of PortableGroup::Location and PortableGroup::Property variables.