#include <Locator_XMLHandler.h>
Public Member Functions | |
bool | operator== (const EnvVar &) const |
bool | operator!= (const EnvVar &) const |
Public Attributes | |
ACE_CString | name |
ACE_CString | value |
|
Definition at line 91 of file Locator_XMLHandler.cpp.
00092 { 00093 return ! (rhs == *this); 00094 } |
|
Definition at line 86 of file Locator_XMLHandler.cpp.
|
|
Definition at line 37 of file Locator_XMLHandler.h. Referenced by operator==(), and Locator_XMLHandler::startElement(). |
|
Definition at line 38 of file Locator_XMLHandler.h. Referenced by operator==(), and Locator_XMLHandler::startElement(). |