MeVisLab Toolbox Reference
StringX Class Reference

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

#include <mlXMLParserSystem.h>

Public Member Functions

 StringX (const XMLCh *const toTranscode=nullptr)
 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 25 of file mlXMLParserSystem.h.

Constructor & Destructor Documentation

◆ StringX()

StringX::StringX ( const XMLCh *const  toTranscode = nullptr)
inline

Constructors.

Call the private transcoding method

Definition at line 31 of file mlXMLParserSystem.h.

◆ ~StringX()

StringX::~StringX ( )
inline

Destructor.

Definition at line 40 of file mlXMLParserSystem.h.

Member Function Documentation

◆ localForm()

const char * StringX::localForm ( ) const
inline

Getter methods.

Definition at line 61 of file mlXMLParserSystem.h.

◆ operator=()

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

Assignment.

Definition at line 50 of file mlXMLParserSystem.h.


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