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

ISO C 标准输入/输出扩展。 更多...

#include "../ydef.h"
#include <cstdio>
#include <ios>
#include <iterator>
#include "memory.hpp"
cstdio.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  ystdex::ifile_iterator
 基于 ISO C 标准库的流只读迭代器。 更多...
 

命名空间

namespace  ystdex
 

类型定义

typedef char * ystdex::path_t
 路径类型定义。
 
typedef const char * ystdex::const_path_t
 

函数

bool ystdex::fexists (const char *) ynoexcept
 判断指定路径的文件是否存在。
 
const char * ystdex::openmode_conv (std::ios_base::openmode) ynoexcept
 
std::ios_base::openmode ystdex::openmode_conv (const char *) ynoexcept
 
bool ystdex::operator!= (const ifile_iterator &x, const ifile_iterator &y)
 
bool ystdex::is_undereferenceable (const ifile_iterator &i)
 判断 ifile_iterator 实例是否确定为不可解引用。
 

详细描述

ISO C 标准输入/输出扩展。

版本
r388
作者
FrankHB frank.nosp@m.hb19.nosp@m.89@gm.nosp@m.ail..nosp@m.com
自从
build 245
创建时间:
2011-09-21 08:30:08 +0800
修改时间:
2013-04-22 13:04 +0800
文本编码:
UTF-8
模块名称:
YStandardEx::CStandardIO

在文件 cstdio.h 中定义.