#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.   | |
Definition at line 99 of file Local_Name_Space.h.
      
  | 
  
| 
 No-op constructor. 
 Definition at line 135 of file Local_Name_Space.cpp. 
  | 
  
      
  | 
  ||||||||||||
| 
 Constructor. 
 Definition at line 141 of file Local_Name_Space.cpp. References ACE_TRACE. 
  | 
  
      
  | 
  
| 
 Compare an ACE_NS_Internal. 
 Definition at line 149 of file Local_Name_Space.cpp. References ACE_TRACE, and value_. 
  | 
  
      
  | 
  
| 
 Return type. 
 Definition at line 163 of file Local_Name_Space.cpp. References ACE_TRACE. Referenced by ACE_Local_Name_Space<, ACE_LOCK >::resolve_i(). 
  | 
  
      
  | 
  
| 
 Return value. 
 Definition at line 156 of file Local_Name_Space.cpp. References ACE_TRACE. Referenced by ACE_Local_Name_Space<, ACE_LOCK >::resolve_i(), ACE_Local_Name_Space<, ACE_LOCK >::shared_bind_i(), and ACE_Local_Name_Space<, ACE_LOCK >::unbind_i(). 
  | 
  
      
  | 
  
| 
 Contains the type of the string. 
 Definition at line 122 of file Local_Name_Space.h.  | 
  
      
  | 
  
| 
 Contains the value of the string. 
 Definition at line 119 of file Local_Name_Space.h. Referenced by operator==().  | 
  
 
1.3.6