The Battle for Wesnoth  1.19.0-dev
Static Public Member Functions | List of all members
ucs4_convert_impl::utf16_impl Struct Reference

#include <ucs4_convert_impl.hpp>

Static Public Member Functions

static const char * get_name ()
 
template<typename writer >
static void write (writer out, char32_t ch)
 
template<typename iitor_t >
static char32_t read (iitor_t &input, const iitor_t &end)
 

Detailed Description

Definition at line 131 of file ucs4_convert_impl.hpp.

Member Function Documentation

◆ get_name()

static const char* ucs4_convert_impl::utf16_impl::get_name ( )
inlinestatic

Definition at line 133 of file ucs4_convert_impl.hpp.

◆ read()

template<typename iitor_t >
static char32_t ucs4_convert_impl::utf16_impl::read ( iitor_t &  input,
const iitor_t &  end 
)
inlinestatic

Definition at line 159 of file ucs4_convert_impl.hpp.

◆ write()

template<typename writer >
static void ucs4_convert_impl::utf16_impl::write ( writer  out,
char32_t  ch 
)
inlinestatic

Definition at line 135 of file ucs4_convert_impl.hpp.


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