Locator_XMLHandler::EnvVar Struct Reference

#include <Locator_XMLHandler.h>

Collaboration diagram for Locator_XMLHandler::EnvVar:

Collaboration graph
[legend]
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

Detailed Description

Definition at line 36 of file Locator_XMLHandler.h.


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==().

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 Tue Feb 2 17:47:04 2010 for TAO_Implementation_Repository by  doxygen 1.4.7