RetroArch
Static Public Member Functions | List of all members
UTF32BE< CharType > Struct Template Reference

UTF-32 big endian encoding. More...

#include <encodings.h>

Inheritance diagram for UTF32BE< CharType >:
[legend]
Collaboration diagram for UTF32BE< CharType >:
[legend]

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 UTF32< CharType >
template<typename OutputStream >
static void Encode (OutputStream &os, unsigned codepoint)
 
template<typename OutputStream >
static void EncodeUnsafe (OutputStream &os, unsigned codepoint)
 
template<typename InputStream >
static bool Decode (InputStream &is, unsigned *codepoint)
 
template<typename InputStream , typename OutputStream >
static bool Validate (InputStream &is, OutputStream &os)
 

Additional Inherited Members

- Public Types inherited from UTF32< CharType >
enum  { supportUnicode = 1 }
 
typedef CharType Ch
 
- Public Member Functions inherited from UTF32< CharType >
 RAPIDJSON_STATIC_ASSERT (sizeof(Ch) >=4)
 

Detailed Description

template<typename CharType = unsigned>
struct UTF32BE< CharType >

UTF-32 big endian encoding.

Member Function Documentation

◆ Put()

template<typename CharType = unsigned>
template<typename OutputByteStream >
static void UTF32BE< CharType >::Put ( OutputByteStream &  os,
CharType  c 
)
inlinestatic

◆ PutBOM()

template<typename CharType = unsigned>
template<typename OutputByteStream >
static void UTF32BE< CharType >::PutBOM ( OutputByteStream &  os)
inlinestatic

◆ Take()

template<typename CharType = unsigned>
template<typename InputByteStream >
static CharType UTF32BE< CharType >::Take ( InputByteStream &  is)
inlinestatic
Here is the caller graph for this function:

◆ TakeBOM()

template<typename CharType = unsigned>
template<typename InputByteStream >
static CharType UTF32BE< CharType >::TakeBOM ( InputByteStream &  is)
inlinestatic

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