|
YSTest
PreAlpha_b500_20140530
The YSLib Test Project
|
目录会话:表示打开的目录。 更多...
#include <FileSystem.h>

Public 类型 | |
| using | NativeHandle = ::DIR * |
Public 成员函数 | |
| DirectorySession (const char *path={}) | |
| 构造:打开目录路径。 更多... | |
| DirectorySession (DirectorySession &&h) | |
| ~DirectorySession () | |
| 析构:关闭目录路径。 更多... | |
| DefGetter (const ynothrow, NativeHandle, NativeHandle, dir) void Rewind() ynothrow | |
| 复位目录状态。 更多... | |
Private 属性 | |
| NativeHandle | dir |
| using platform::DirectorySession::NativeHandle = ::DIR* |
在文件 YCLib/FileSystem.h 第 409 行定义.
|
explicit |
构造:打开目录路径。
| FileOperationFail | 打开失败。 |
在文件 YCLib/FileSystem.cpp 第 466 行定义.
参考 dir.
|
inline |
在文件 YCLib/FileSystem.h 第 428 行定义.
| platform::DirectorySession::~DirectorySession | ( | ) |
| platform::DirectorySession::DefGetter | ( | const ynothrow | , |
| NativeHandle | , | ||
| NativeHandle | , | ||
| dir | |||
| ) |
复位目录状态。
|
private |
在文件 YCLib/FileSystem.h 第 415 行定义.
参考自 DirectorySession() , 以及 ~DirectorySession().