Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
UTF16LE< CharType > Struct Template Reference

UTF-16 little endian encoding. More...

#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/common/arccore/common/internal/json/rapidjson/encodings.h>

Inheritance diagram for UTF16LE< CharType >:
Collaboration diagram for UTF16LE< CharType >:

Static Public Member Functions

template<typename InputByteStream>
static CharType TakeBOM (InputByteStream &is)
template<typename InputByteStream>
static CharType Take (InputByteStream &is)
template<typename OutputByteStream>
static void PutBOM (OutputByteStream &os)
template<typename OutputByteStream>
static void Put (OutputByteStream &os, CharType c)
Static Public Member Functions inherited from UTF16< wchar_t >
static void Encode (OutputStream &os, unsigned codepoint)
static void EncodeUnsafe (OutputStream &os, unsigned codepoint)
static bool Decode (InputStream &is, unsigned *codepoint)
static bool Validate (InputStream &is, OutputStream &os)

Additional Inherited Members

Public Types inherited from UTF16< wchar_t >
enum  
typedef wchar_t Ch
Public Member Functions inherited from UTF16< wchar_t >
 RAPIDJSON_STATIC_ASSERT (sizeof(Ch) >=2)

Detailed Description

template<typename CharType = wchar_t>
struct UTF16LE< CharType >

UTF-16 little endian encoding.

Definition at line 343 of file encodings.h.

Member Function Documentation

◆ Put()

template<typename CharType = wchar_t>
template<typename OutputByteStream>
void UTF16LE< CharType >::Put ( OutputByteStream & os,
CharType c )
inlinestatic

Definition at line 367 of file encodings.h.

◆ PutBOM()

template<typename CharType = wchar_t>
template<typename OutputByteStream>
void UTF16LE< CharType >::PutBOM ( OutputByteStream & os)
inlinestatic

Definition at line 360 of file encodings.h.

◆ Take()

template<typename CharType = wchar_t>
template<typename InputByteStream>
CharType UTF16LE< CharType >::Take ( InputByteStream & is)
inlinestatic

Definition at line 352 of file encodings.h.

◆ TakeBOM()

template<typename CharType = wchar_t>
template<typename InputByteStream>
CharType UTF16LE< CharType >::TakeBOM ( InputByteStream & is)
inlinestatic

Definition at line 345 of file encodings.h.


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