YSTest
PreAlpha_b500_20140530
The YSLib Test Project
|
类 | |
class | String |
YSLib 标准字符串(使用 UCS-2 作为内部编码)。 更多... | |
class | TextFileBuffer |
类型定义 | |
using | EncodingInfoItem = std::pair< Encoding, const ucs2_t * > |
编码信息项目。 更多... | |
函数 | |
bool | operator!= (const TextFileBuffer::iterator &x, const TextFileBuffer::iterator y) ynothrow |
bool | operator== (const TextFileBuffer::iterator &x, const TextFileBuffer::iterator &y) ynothrow |
string | CopySliceFrom (TextFileBuffer &buf, size_t pos, size_t len) ythrow(std |
变量 | |
yconstexpr EncodingInfoItem | Encodings [] |
编码信息。 更多... | |
using YSLib::Text::EncodingInfoItem = typedef std::pair<Encoding, const ucs2_t*> |
string YSLib::Text::CopySliceFrom | ( | TextFileBuffer & | buf, |
size_t | pos, | ||
size_t | len | ||
) |
在文件 textmgr.cpp 第 258 行定义.
|
inline |
bool YSLib::Text::operator== | ( | const TextFileBuffer::iterator & | x, |
const TextFileBuffer::iterator & | y | ||
) |
在文件 textmgr.cpp 第 105 行定义.
参考 YAssert.
yconstexpr EncodingInfoItem YSLib::Text::Encodings[] |
编码信息。
在文件 ShellHelper.h 第 101 行定义.
参考自 YReader::FetchEncodingString() , 以及 YReader::ShlTextReader::SettingSession::SettingSession().