YSTest  PreAlpha_b400_20130424
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
yfile.h 文件参考

平台无关的文件抽象。 更多...

#include "../Core/ycutil.h"
#include <cwctype>
#include "../Adaptor/YTextBase.h"
yfile.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  YSLib::File
 文件基类。 更多...
 

命名空间

namespace  YSLib
 

函数

template<typename _tChar >
File & YSLib::operator>> (File &f, typename std::char_traits< _tChar >::char_type &c)
 从指定文件读字符。
 
template<typename _tString >
File & YSLib::operator>> (File &f, _tString &str)
 从指定文件读空白符分隔的字符串。
 
File & YSLib::operator<< (File &f, char c)
 向指定文件写字符。
 
File & YSLib::operator<< (File &f, const char *str)
 向指定文件写字符串。
 
template<typename _tString >
File & YSLib::operator<< (File &f, const _tString &str)
 向指定文件写字符串。
 

详细描述

平台无关的文件抽象。

版本
r1083
作者
FrankHB frank.nosp@m.hb19.nosp@m.89@gm.nosp@m.ail..nosp@m.com
自从
早于 build 132
创建时间:
2009-11-24 23:14:41 +0800
修改时间:
2013-04-24 00:35 +0800
文本编码:
UTF-8
模块名称:
YSLib::Service::YFile

在文件 yfile.h 中定义.