|
YSTest
PreAlpha_b400_20130424
The YSLib Test Project
|
平台无关的文件抽象。 更多...


类 | |
| 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) |
| 向指定文件写字符串。 | |
平台无关的文件抽象。
在文件 yfile.h 中定义.