YSTest  PreAlpha_b400_20130424
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
CHRLib::ConversionState结构体 参考

编码转换状态。 更多...

#include <chrmap.h>

CHRLib::ConversionState 的协作图:

Public 成员函数

yconstfn ConversionState (size_t n=0)
 

Public 属性

std::uint_fast8_t Count
 当前已转换字符计数。
 
union {
   ucsint_t   Wide
 
   byte   Sequence [4]
 
Value
 

详细描述

编码转换状态。

自从
build 249

在文件 chrmap.h88 行定义.

构造及析构函数说明

yconstfn CHRLib::ConversionState::ConversionState ( size_t  n = 0)
inline

在文件 chrmap.h101 行定义.

类成员变量说明

std::uint_fast8_t CHRLib::ConversionState::Count

当前已转换字符计数。

在文件 chrmap.h93 行定义.

参考自 CHRLib::GetCountOf().

byte CHRLib::ConversionState::Sequence[4]

在文件 chrmap.h97 行定义.

参考自 CHRLib::GetSequenceOf().

union { ... } CHRLib::ConversionState::Value
ucsint_t CHRLib::ConversionState::Wide

在文件 chrmap.h96 行定义.

参考自 CHRLib::GetWideOf().


该结构体的文档由以下文件生成: