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 91 of file Locator_XMLHandler.cpp.

00092 {
00093   return ! (rhs == *this);
00094 }

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

Definition at line 86 of file Locator_XMLHandler.cpp.

References name, and value.

00087 {
00088   return name == rhs.name && value == rhs.value;
00089 }


Member Data Documentation

ACE_CString Locator_XMLHandler::EnvVar::name
 

Definition at line 37 of file Locator_XMLHandler.h.

Referenced by operator==(), and Locator_XMLHandler::startElement().

ACE_CString Locator_XMLHandler::EnvVar::value
 

Definition at line 38 of file Locator_XMLHandler.h.

Referenced by operator==(), and Locator_XMLHandler::startElement().


The documentation for this struct was generated from the following files:
Generated on Sun Jan 27 15:55:58 2008 for TAO_Implementation_Repository by doxygen 1.3.6