#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 93 of file Locator_XMLHandler.cpp.
00094 { 00095 return ! (rhs == *this); 00096 } |
|
Definition at line 88 of file Locator_XMLHandler.cpp.
|
|
Definition at line 37 of file Locator_XMLHandler.h. Referenced by operator==(). |
|
Definition at line 38 of file Locator_XMLHandler.h. Referenced by operator==(). |