ACE_NS_Internal Class Reference

This class and ACE_NS_String are used as Adapters to work with the Map_Manager. More...

#include <Local_Name_Space.h>

Collaboration diagram for ACE_NS_Internal:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ACE_NS_Internal (void)
 No-op constructor.

 ACE_NS_Internal (ACE_NS_String &value, const char *type)
 Constructor.

bool operator== (const ACE_NS_Internal &) const
 Compare an ACE_NS_Internal.

ACE_NS_String value (void)
 Return value.

const char * type (void)
 Return type.


Private Attributes

ACE_NS_String value_
 Contains the value of the string.

const char * type_
 Contains the type of the string.


Detailed Description

This class and ACE_NS_String are used as Adapters to work with the Map_Manager.

Definition at line 99 of file Local_Name_Space.h.


Constructor & Destructor Documentation

ACE_NS_Internal::ACE_NS_Internal void   ) 
 

No-op constructor.

Definition at line 134 of file Local_Name_Space.cpp.

00135   : value_ (),
00136     type_ ()
00137 {
00138 }

ACE_NS_Internal::ACE_NS_Internal ACE_NS_String value,
const char *  type
 

Constructor.

Definition at line 140 of file Local_Name_Space.cpp.

References ACE_TRACE.

00141   : value_ (value),
00142     type_ (type)
00143 {
00144   ACE_TRACE ("ACE_NS_Internal::ACE_NS_Internal");
00145 }


Member Function Documentation

bool ACE_NS_Internal::operator== const ACE_NS_Internal  )  const
 

Compare an ACE_NS_Internal.

Definition at line 148 of file Local_Name_Space.cpp.

References ACE_TRACE, and value_.

00149 {
00150   ACE_TRACE ("ACE_NS_Internal::operator ==");
00151   return this->value_ == s.value_;
00152 }

const char * ACE_NS_Internal::type void   ) 
 

Return type.

Definition at line 162 of file Local_Name_Space.cpp.

References ACE_TRACE.

Referenced by ACE_Local_Name_Space<, ACE_LOCK >::resolve_i().

00163 {
00164   ACE_TRACE ("ACE_NS_Internal::type");
00165   return this->type_;
00166 }

ACE_NS_String ACE_NS_Internal::value void   ) 
 

Return value.

Definition at line 155 of file Local_Name_Space.cpp.

References ACE_TRACE.

Referenced by ACE_Local_Name_Space<, ACE_LOCK >::resolve_i(), ACE_Local_Name_Space<, ACE_LOCK >::shared_bind_i(), and ACE_Local_Name_Space<, ACE_LOCK >::unbind_i().

00156 {
00157   ACE_TRACE ("ACE_NS_Internal::value");
00158   return this->value_;
00159 }


Member Data Documentation

const char* ACE_NS_Internal::type_ [private]
 

Contains the type of the string.

Definition at line 122 of file Local_Name_Space.h.

ACE_NS_String ACE_NS_Internal::value_ [private]
 

Contains the value of the string.

Definition at line 119 of file Local_Name_Space.h.

Referenced by operator==().


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 11:25:53 2006 for ACE by doxygen 1.3.6