MeVisLab Toolbox Reference
|
Defines library specific stuff, mostly for system independence. 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. | |
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.
Constructors.
Call the private transcoding method
Definition at line 55 of file mlXMLParserSystem.h.
References mlrange_cast().
|
inline |
Destructor.
Definition at line 64 of file mlXMLParserSystem.h.
Getter methods.
Definition at line 85 of file mlXMLParserSystem.h.