Locator_XMLHandler::EnvVar Struct Reference

#include <Locator_XMLHandler.h>

List of all members.

Public Member Functions

bool operator== (const EnvVar &) const
bool operator!= (const EnvVar &) const

Public Attributes

ACE_CString name
ACE_CString value


Member Function Documentation

bool Locator_XMLHandler::EnvVar::operator!= const EnvVar  )  const
 

Definition at line 93 of file Locator_XMLHandler.cpp.

00094 {
00095   return ! (rhs == *this);
00096 }

bool Locator_XMLHandler::EnvVar::operator== const EnvVar  )  const
 

Definition at line 88 of file Locator_XMLHandler.cpp.

References name, and value.

00089 {
00090   return name == rhs.name && value == rhs.value;
00091 }


Member Data Documentation

ACE_CString Locator_XMLHandler::EnvVar::name
 

Definition at line 37 of file Locator_XMLHandler.h.

Referenced by operator==().

ACE_CString Locator_XMLHandler::EnvVar::value
 

Definition at line 38 of file Locator_XMLHandler.h.

Referenced by operator==().


The documentation for this struct was generated from the following files:
Generated on Thu Nov 9 13:37:23 2006 for TAO_Implementation_Repository by doxygen 1.3.6