#include <Local_Name_Space.h>
Collaboration diagram for ACE_NS_Internal:
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. |
|
No-op constructor.
|
|
Constructor.
|
|
Compare an ACE_NS_Internal.
|
|
Return type.
|
|
Return value.
|
|
Contains the type of the string.
|
|
Contains the value of the string.
|