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

Public Methods | |
| ACE_NS_Internal (void) | |
| No-op constructor. More... | |
| ACE_NS_Internal (ACE_NS_String &value, const char *type) | |
| Constructor. More... | |
| int | 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... | |
Definition at line 97 of file Local_Name_Space.h.
|
|
No-op constructor.
Definition at line 136 of file Local_Name_Space.cpp.
00137 {
00138 }
|
|
||||||||||||
|
Constructor.
Definition at line 140 of file Local_Name_Space.cpp. References ACE_TRACE.
|
|
|
Compare an ACE_NS_Internal.
Definition at line 148 of file Local_Name_Space.cpp. References ACE_TRACE, and value_.
|
|
|
Return type.
Definition at line 162 of file Local_Name_Space.cpp. References ACE_TRACE, and type_. Referenced by ACE_Local_Name_Space::dump_i, ACE_Local_Name_Space::list_name_entries_i, ACE_Local_Name_Space::list_type_entries_i, ACE_Local_Name_Space::list_types_i, ACE_Local_Name_Space::list_value_entries_i, and ACE_Local_Name_Space::resolve_i.
|
|
|
Return value.
Definition at line 155 of file Local_Name_Space.cpp. References ACE_TRACE, and value_. Referenced by ACE_Local_Name_Space::dump_i, ACE_Local_Name_Space::list_name_entries_i, ACE_Local_Name_Space::list_type_entries_i, ACE_Local_Name_Space::list_value_entries_i, ACE_Local_Name_Space::list_values_i, ACE_Local_Name_Space::resolve_i, ACE_Local_Name_Space::shared_bind_i, and ACE_Local_Name_Space::unbind_i.
|
|
|
Contains the type of the string.
Definition at line 120 of file Local_Name_Space.h. Referenced by type. |
|
|
Contains the value of the string.
Definition at line 117 of file Local_Name_Space.h. Referenced by operator==, and value. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002