| ACE
    6.2.5
    | 
This class and ACE_NS_String are used as Adapters to work with the Map_Manager. More...
#include <Local_Name_Space.h>

| Public Member Functions | |
| ACE_NS_Internal (void) | |
| No-op constructor.  More... | |
| ACE_NS_Internal (ACE_NS_String &value, const char *type) | |
| Constructor.  More... | |
| bool | operator== (const ACE_NS_Internal &) const | 
| Compare an ACE_NS_Internal.  More... | |
| ACE_NS_String | value (void) | 
| Return value.  More... | |
| const char * | type (void) | 
| Return type.  More... | |
| Private Attributes | |
| ACE_NS_String | value_ | 
| Contains the value of the string.  More... | |
| const char * | type_ | 
| Contains the type of the string.  More... | |
This class and ACE_NS_String are used as Adapters to work with the Map_Manager.
| ACE_NS_Internal::ACE_NS_Internal | ( | void | ) | 
No-op constructor.
| ACE_NS_Internal::ACE_NS_Internal | ( | ACE_NS_String & | value, | 
| const char * | type | ||
| ) | 
Constructor.
| bool 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.
| 
 | private | 
Contains the type of the string.
| 
 | private | 
Contains the value of the string.
 1.8.6
 1.8.6