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

Public Member Functions | |
| bool | operator== (const Name_Component &rhs) const |
| bool | operator!= (const Name_Component &rhs) const |
Public Attributes | |
| ACE_TString | id_ |
| ACE_TString | kind_ |
Definition at line 49 of file Registry.h.
|
|
Definition at line 41 of file Registry.cpp. References operator==().
00042 {
00043 return !this->operator== (rhs);
00044 }
|
|
|
Definition at line 33 of file Registry.cpp. Referenced by operator!=().
|
|
|
Definition at line 51 of file Registry.h. Referenced by ACE_Registry::make_name(), ACE_Registry::make_string(), and operator==(). |
|
|
Definition at line 52 of file Registry.h. Referenced by operator==(). |
1.3.6