ACE_Registry::Name_Component Struct Reference

International string. More...

#include <Registry.h>

Collaboration diagram for ACE_Registry::Name_Component:

Collaboration graph
[legend]
List of all members.

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_

Detailed Description

International string.

Definition at line 49 of file Registry.h.


Member Function Documentation

bool ACE_Registry::Name_Component::operator!= const Name_Component rhs  )  const
 

Definition at line 41 of file Registry.cpp.

References operator==().

00042 {
00043   return !this->operator== (rhs);
00044 }

bool ACE_Registry::Name_Component::operator== const Name_Component rhs  )  const
 

Definition at line 33 of file Registry.cpp.

References id_, and kind_.

Referenced by operator!=().

00034 {
00035   return
00036     rhs.id_ == this->id_ &&
00037     rhs.kind_ == this->kind_;
00038 }


Member Data Documentation

ACE_TString ACE_Registry::Name_Component::id_
 

Definition at line 51 of file Registry.h.

Referenced by ACE_Registry::make_name(), ACE_Registry::make_string(), and operator==().

ACE_TString ACE_Registry::Name_Component::kind_
 

Definition at line 52 of file Registry.h.

Referenced by operator==().


The documentation for this struct was generated from the following files:
Generated on Thu Nov 9 11:28:03 2006 for ACE by doxygen 1.3.6