OpenM++ runtime library (libopenm)
DefaultPageConverter Class Reference
Inheritance diagram for DefaultPageConverter:
Collaboration diagram for DefaultPageConverter:

Public Member Functions

string next (long long i_size, const char *i_text)
 convert next portion of input text bytes into UTF-8 string. More...
 
- Public Member Functions inherited from openm::IUtf8Converter
virtual ~IUtf8Converter (void) noexcept=0
 release convertor resources.
 
virtual string next (long long i_size, const char *i_text)=0
 convert next portion of input text bytes into UTF-8 string. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from openm::IUtf8Converter
static IUtf8Convertercreate (CharCvtFrom i_from, const char *i_codePageName=nullptr)
 create new converter instance by specified conversion type. More...
 

Member Function Documentation

◆ next()

string DefaultPageConverter::next ( long long  i_size,
const char *  i_text 
)
inlinevirtual

convert next portion of input text bytes into UTF-8 string.

Implements openm::IUtf8Converter.


The documentation for this class was generated from the following file: