#include <XMLTools.h>
Public Member Functions | |
const char * | c_str () const |
Getter method. | |
StrXUTF8 (const XMLCh *const toTranscode) | |
Public Attributes | |
std::string | str |
string which holds the UTF-8 form |
Definition at line 107 of file XMLTools.h.
StrXUTF8::StrXUTF8 | ( | const XMLCh *const | toTranscode | ) | [inline] |
Definition at line 128 of file XMLTools.h.
const char * StrXUTF8::c_str | ( | ) | const [inline] |
Getter method.
Definition at line 164 of file XMLTools.h.
References str.
Referenced by operator<<().
std::string StrXUTF8::str |
string which holds the UTF-8 form
Definition at line 115 of file XMLTools.h.
Referenced by c_str(), and StrXUTF8().