YSTest
PreAlpha_b400_20130424
The YSLib Test Project
|
配置设置。 更多...
类 | |
class | Configuration |
设置:使用 S 表达式存储外部状态。 更多... | |
函数 | |
YF_API ValueNode | TransformConfiguration (const ValueNode &) |
转换设置: S 表达式抽象语法树转换为 S 表达式设置。 | |
YF_API File & | operator<< (File &, const Configuration &) |
输出设置至文件。 | |
配置设置。
在文件 Configuration.h 中定义.
YF_API File& operator<< | ( | File & | , |
const Configuration & | |||
) |
输出设置至文件。
在文件 Configuration.cpp 第 163 行定义.
参考自 YSL_BEGIN::Log::operator<<().
转换设置: S 表达式抽象语法树转换为 S 表达式设置。
在文件 Configuration.cpp 第 36 行定义.
参考 Deliteralize(),TransformConfiguration() , 以及 yunseq().
参考自 operator>>() , 以及 TransformConfiguration().