|
MeVisLab Toolbox 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. | |
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.
|
inline |
Constructors.
Call the private transcoding method
Definition at line 31 of file mlXMLParserSystem.h.
|
inline |
Destructor.
Definition at line 40 of file mlXMLParserSystem.h.
|
inline |
Getter methods.
Definition at line 61 of file mlXMLParserSystem.h.
|
inline |
Assignment.
Definition at line 50 of file mlXMLParserSystem.h.