#include <Registry.h>
Collaboration diagram for ACE_Registry::Name_Component:

Public Methods | |
| int | operator== (const Name_Component &rhs) const |
| int | operator!= (const Name_Component &rhs) const |
Public Attributes | |
| ACE_TString | id_ |
| ACE_TString | kind_ |
Definition at line 47 of file Registry.h.
|
|
Definition at line 37 of file Registry.cpp. References operator==.
00038 {
00039 return !this->operator== (rhs);
00040 }
|
|
|
Definition at line 29 of file Registry.cpp. Referenced by operator!=.
|
|
|
Definition at line 49 of file Registry.h. Referenced by operator==. |
|
|
Definition at line 50 of file Registry.h. Referenced by operator==. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002