MeVisLab Toolbox Reference
StringX Class Reference

Defines library specific stuff, mostly for system independence. More...

#include <mlXMLParserSystem.h>

Public Member Functions

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

Detailed Description

Defines library specific stuff, mostly for system independence.

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

Definition at line 49 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 55 of file mlXMLParserSystem.h.

◆ ~StringX()

StringX::~StringX ( )
inline

Destructor.

Definition at line 64 of file mlXMLParserSystem.h.

Member Function Documentation

◆ localForm()

const char* StringX::localForm ( ) const
inline

Getter methods.

Definition at line 85 of file mlXMLParserSystem.h.

◆ operator=()

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

Assignment.

Definition at line 74 of file mlXMLParserSystem.h.


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