ACE 8.0.0
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
ACE_NS_Internal Class Reference

This class and ACE_NS_String are used as Adapters to work with the Map_Manager. More...

#include <Local_Name_Space.h>

Collaboration diagram for ACE_NS_Internal:
Collaboration graph
[legend]

Public Member Functions

 ACE_NS_Internal ()
 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 ()
 Return value.
 
const chartype ()
 Return type.
 

Private Attributes

ACE_NS_String value_
 Contains the value of the string.
 
const chartype_
 Contains the type of the string.
 

Detailed Description

This class and ACE_NS_String are used as Adapters to work with the Map_Manager.

Constructor & Destructor Documentation

◆ ACE_NS_Internal() [1/2]

ACE_NS_Internal::ACE_NS_Internal ( )

No-op constructor.

◆ ACE_NS_Internal() [2/2]

ACE_NS_Internal::ACE_NS_Internal ( ACE_NS_String & value,
const char * type )

Constructor.

Member Function Documentation

◆ operator==()

bool ACE_NS_Internal::operator== ( const ACE_NS_Internal & s) const

Compare an ACE_NS_Internal.

◆ type()

const char * ACE_NS_Internal::type ( )

Return type.

◆ value()

ACE_NS_String ACE_NS_Internal::value ( )

Return value.

Member Data Documentation

◆ type_

const char* ACE_NS_Internal::type_
private

Contains the type of the string.

◆ value_

ACE_NS_String ACE_NS_Internal::value_
private

Contains the value of the string.


The documentation for this class was generated from the following files: