MeVisLabToolboxReference
StringX Class Reference

Class for easy (though not terribly efficient) transcoding of XMLCh data to local code page for display. More...

#include <mlXMLParserSystem.h>

List of all members.

Public Member Functions

 StringX (const XMLCh *const toTranscode=NULL)
 Constructors.
 ~StringX ()
 Destructor.
void operator= (const XMLCh *const toTranscode)
 Assignment.
const char * localForm () const
 Getter methods.

Detailed Description

Class for easy (though not terribly efficient) transcoding of XMLCh data to local code page for display.

Definition at line 75 of file mlXMLParserSystem.h.


Constructor & Destructor Documentation

StringX::StringX ( const XMLCh *const  toTranscode = NULL) [inline]

Constructors.

Call the private transcoding method

Definition at line 81 of file mlXMLParserSystem.h.

StringX::~StringX ( ) [inline]

Destructor.

Definition at line 90 of file mlXMLParserSystem.h.

References ML_DELETE_ARR.


Member Function Documentation

const char* StringX::localForm ( ) const [inline]

Getter methods.

Definition at line 109 of file mlXMLParserSystem.h.

void StringX::operator= ( const XMLCh *const  toTranscode) [inline]

Assignment.

Definition at line 99 of file mlXMLParserSystem.h.

References ML_DELETE_ARR.


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