DDS  ver. 3.4
Public Member Functions | Public Attributes | List of all members
MiscCommon::XMLHelper::smart_XMLCh Class Reference

smart-wrapper around XMLCh class More...

#include <XMLHelper.h>

Public Member Functions

 smart_XMLCh ()
 
 smart_XMLCh (const char *_Str)
 
 smart_XMLCh (const XMLCh *const _XMLCh)
 
 ~smart_XMLCh ()
 
 operator XMLCh * () const
 
std::string ToString () const
 
bool operator== (const std::string &_Val)
 
XMLCh * operator & ()
 
void Release ()
 

Public Attributes

XMLCh * m_xmlString
 

Detailed Description

smart-wrapper around XMLCh class

Constructor & Destructor Documentation

◆ smart_XMLCh() [1/3]

MiscCommon::XMLHelper::smart_XMLCh::smart_XMLCh ( )
inline

◆ smart_XMLCh() [2/3]

MiscCommon::XMLHelper::smart_XMLCh::smart_XMLCh ( const char *  _Str)
inline

◆ smart_XMLCh() [3/3]

MiscCommon::XMLHelper::smart_XMLCh::smart_XMLCh ( const XMLCh *const  _XMLCh)
inline

◆ ~smart_XMLCh()

MiscCommon::XMLHelper::smart_XMLCh::~smart_XMLCh ( )
inline

Member Function Documentation

◆ operator &()

XMLCh* MiscCommon::XMLHelper::smart_XMLCh::operator & ( )
inline

◆ operator XMLCh *()

MiscCommon::XMLHelper::smart_XMLCh::operator XMLCh * ( ) const
inline

◆ operator==()

bool MiscCommon::XMLHelper::smart_XMLCh::operator== ( const std::string &  _Val)
inline

◆ Release()

void MiscCommon::XMLHelper::smart_XMLCh::Release ( )
inline

◆ ToString()

std::string MiscCommon::XMLHelper::smart_XMLCh::ToString ( ) const
inline

Member Data Documentation

◆ m_xmlString

XMLCh* MiscCommon::XMLHelper::smart_XMLCh::m_xmlString

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