OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::UTF16toUTF32_Converter Struct Reference

UTF-16 から UTF-32 への逐次変換クラス More...

#include <UnicodeConverter.hpp>

Public Member Functions

bool put (char16 code) noexcept
 データを追加します。 More...
 
char32 get () const noexcept
 作成された文字を取得します。 More...
 

Detailed Description

UTF-16 から UTF-32 への逐次変換クラス

Member Function Documentation

◆ get()

char32 s3d::UTF16toUTF32_Converter::get ( ) const
noexcept

作成された文字を取得します。

Returns
作成された文字

◆ put()

bool s3d::UTF16toUTF32_Converter::put ( char16  code)
noexcept

データを追加します。

Parameters
code変換用の UTF-16 データ
Returns
get() で文字を取得可能になった場合 true, それ以外の場合は false

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