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 135 of file Local_Name_Space.cpp.

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

ACE_NS_Internal::ACE_NS_Internal ( ACE_NS_String value,
const char *  type 
)

Constructor.

Definition at line 141 of file Local_Name_Space.cpp.

References ACE_TRACE.

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


Member Function Documentation

bool ACE_NS_Internal::operator== ( const ACE_NS_Internal  )  const

Compare an ACE_NS_Internal.

Definition at line 149 of file Local_Name_Space.cpp.

References ACE_TRACE, and value_.

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

const char * ACE_NS_Internal::type ( void   ) 

Return type.

Definition at line 163 of file Local_Name_Space.cpp.

References ACE_TRACE, and type_.

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

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

ACE_NS_String ACE_NS_Internal::value ( void   ) 

Return value.

Definition at line 156 of file Local_Name_Space.cpp.

References ACE_TRACE, and value_.

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().

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


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.

Referenced by type().

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==(), and value().


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:35:24 2010 for ACE by  doxygen 1.4.7