|
OpenM++ runtime library (libopenm)
|


Public Member Functions | |
| string | next (long long i_size, const char *i_text) |
| convert next portion of input text bytes into UTF-8 string. | |
Public Member Functions inherited from openm::IUtf8Converter | |
| virtual | ~IUtf8Converter (void) noexcept=0 |
| release convertor resources. | |
Additional Inherited Members | |
Static Public Member Functions inherited from openm::IUtf8Converter | |
| static IUtf8Converter * | create (CharCvtFrom i_from, const char *i_codePageName=nullptr) |
| create new converter instance by specified conversion type. | |
|
inlinevirtual |
convert next portion of input text bytes into UTF-8 string.
Implements openm::IUtf8Converter.