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 >:
Inheritance graph
[legend]

Static Public Member Functions

template<typename OutputByteStream >
static void Put (OutputByteStream &os, CharType c)
 
template<typename OutputByteStream >
static void PutBOM (OutputByteStream &os)
 
template<typename InputByteStream >
static CharType Take (InputByteStream &is)
 
template<typename InputByteStream >
static CharType TakeBOM (InputByteStream &is)
 
- Static Public Member Functions inherited from UTF32< CharType >
template<typename InputStream >
static bool Decode (InputStream &is, unsigned *codepoint)
 
template<typename OutputStream >
static void Encode (OutputStream &os, unsigned codepoint)
 
template<typename OutputStream >
static void EncodeUnsafe (OutputStream &os, 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.

Definition at line 581 of file encodings.h.

Member Function Documentation

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

Definition at line 609 of file encodings.h.

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

Definition at line 600 of file encodings.h.

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

Definition at line 590 of file encodings.h.

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

Definition at line 583 of file encodings.h.


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


livox_ros_driver
Author(s): Livox Dev Team
autogenerated on Mon Mar 15 2021 02:40:46