Cogs.Core
Public Member Functions | Private Member Functions | Private Attributes | List of all members
litehtml::utf8_to_wchar Class Reference

Public Member Functions

 utf8_to_wchar (const char *val)
 
 operator const wchar_t * () const
 

Private Member Functions

ucode_t getb ()
 
ucode_t get_next_utf8 (ucode_t val)
 
ucode_t get_char ()
 

Private Attributes

const byte * m_utf8
 
std::wstring m_str
 

Detailed Description

Definition at line 6 of file utf8_strings.h.

Constructor & Destructor Documentation

◆ utf8_to_wchar()

litehtml::utf8_to_wchar::utf8_to_wchar ( const char *  val)

Definition at line 9 of file utf8_strings.cpp.

Member Function Documentation

◆ get_char()

litehtml::ucode_t litehtml::utf8_to_wchar::get_char ( )
private

Definition at line 20 of file utf8_strings.cpp.

◆ get_next_utf8()

ucode_t litehtml::utf8_to_wchar::get_next_utf8 ( ucode_t  val)
inlineprivate

Definition at line 22 of file utf8_strings.h.

◆ getb()

ucode_t litehtml::utf8_to_wchar::getb ( )
inlineprivate

Definition at line 17 of file utf8_strings.h.

◆ operator const wchar_t *()

litehtml::utf8_to_wchar::operator const wchar_t * ( ) const
inline

Definition at line 12 of file utf8_strings.h.

Member Data Documentation

◆ m_str

std::wstring litehtml::utf8_to_wchar::m_str
private

Definition at line 9 of file utf8_strings.h.

◆ m_utf8

const byte* litehtml::utf8_to_wchar::m_utf8
private

Definition at line 8 of file utf8_strings.h.


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