#include <unicodehelpers.h>
Public Member Functions | |
| _UTF8Converter () | |
| ~_UTF8Converter () | |
| UConverter * | converter () const |
Private Attributes | |
| UConverter * | m_conv |
Definition at line 58 of file unicodehelpers.h.
| schma::_UTF8Converter::_UTF8Converter | ( | ) | [inline] |
| schma::_UTF8Converter::~_UTF8Converter | ( | ) | [inline] |
| UConverter* schma::_UTF8Converter::converter | ( | ) | const [inline] |
Definition at line 72 of file unicodehelpers.h.
References m_conv.
Referenced by schma::UTF8Converter().
UConverter* schma::_UTF8Converter::m_conv [private] |
Definition at line 60 of file unicodehelpers.h.
Referenced by _UTF8Converter(), converter(), and ~_UTF8Converter().
1.5.1