StrXUTF8 Class Reference
#include <XMLTools.h>
Public Member Functions | |
const char * | c_str () const |
Getter method. More... | |
StrXUTF8 (const XMLCh *const toTranscode) | |
Static Public Member Functions | |
static void | terminate () |
Public Attributes | |
std::string | str |
string which holds the UTF-8 form More... | |
Constructor & Destructor Documentation
◆ StrXUTF8()
StrXUTF8::StrXUTF8 | ( | const XMLCh *const | toTranscode | ) |
Member Function Documentation
◆ c_str()
const char * StrXUTF8::c_str | ( | ) | const |
Getter method.
Referenced by ParameterGrp::GetASCII(), ParameterGrp::GetASCIIMap(), ParameterGrp::GetASCIIs(), and Base::XMLReader::startElement().
◆ terminate()
|
static |
Referenced by ParameterManager::Terminate().
Member Data Documentation
◆ str
std::string StrXUTF8::str |
string which holds the UTF-8 form
The documentation for this class was generated from the following files:
- src/Base/XMLTools.h
- src/Base/XMLTools.cpp