Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

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 Methods

 ACE_NS_Internal (void)
 No-op constructor.

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

int 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.


Constructor & Destructor Documentation

ACE_NS_Internal::ACE_NS_Internal ( void )
 

No-op constructor.

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

Constructor.


Member Function Documentation

int ACE_NS_Internal::operator== ( const ACE_NS_Internal & s ) const
 

Compare an ACE_NS_Internal.

const char * ACE_NS_Internal::type ( void )
 

Return type.

ACE_NS_String ACE_NS_Internal::value ( void )
 

Return value.


Member Data Documentation

const char * ACE_NS_Internal::type_ [private]
 

Contains the type of the string.

ACE_NS_String ACE_NS_Internal::value_ [private]
 

Contains the value of the string.


The documentation for this class was generated from the following files:
Generated at Fri Oct 5 07:03:11 2001 for ACE by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000