#include <Local_Name_Space.h>
Collaboration diagram for ACE_NS_Internal:

| 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. | |
| 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 & | ) | const | 
Compare an ACE_NS_Internal.
| ACE_NS_String ACE_NS_Internal::value | ( | void | ) | 
Return value.
| const char * ACE_NS_Internal::type | ( | void | ) | 
Return type.
| ACE_NS_String ACE_NS_Internal::value_  [private] | 
Contains the value of the string.
| const char* ACE_NS_Internal::type_  [private] | 
Contains the type of the string.
 1.5.2-2
 1.5.2-2