YSTest
PreAlpha_b400_20130424
The YSLib Test Project
|
#include <yfilesys.h>
Public 成员函数 | |
iterator (const value_type &p) | |
构造:使用值引用。 | |
iterator (const iterator &i) | |
复制构造。 | |
iterator & | operator++ () |
迭代:向后遍历。 | |
iterator | operator++ (int) |
迭代:向后遍历。 | |
iterator & | operator-- () |
迭代:向前遍历。 | |
iterator | operator-- (int) |
迭代:向前遍历。 | |
bool | operator== (const iterator &i) const |
比较:相等关系。 | |
bool | operator!= (const iterator &i) const |
比较:不等关系。 | |
value_type | operator* () const |
间接访问。 | |
const value_type * | GetPtr () const ynothrow |
StringType::size_type | GetPosition () const ynothrow |
Private 成员函数 | |
iterator () | |
无参数构造。 | |
Private 属性 | |
const value_type * | ptr |
StringType::size_type | n |
在文件 yfilesys.h 第 78 行定义.
|
inlineprivate |
|
inline |
构造:使用值引用。
在文件 yfilesys.h 第 96 行定义.
|
inline |
复制构造。
在文件 yfilesys.h 第 102 行定义.
|
inline |
在文件 yfilesys.h 第 161 行定义.
|
inline |
在文件 yfilesys.h 第 160 行定义.
|
inline |
比较:不等关系。
在文件 yfilesys.h 第 149 行定义.
Path::iterator::value_type Path::iterator::operator* | ( | ) | const |
Path::iterator & Path::iterator::operator++ | ( | ) |
迭代:向后遍历。
在文件 yfilesys.cpp 第 44 行定义.
|
inline |
Path::iterator & Path::iterator::operator-- | ( | ) |
迭代:向前遍历。
在文件 yfilesys.cpp 第 52 行定义.
|
inline |
|
inline |
|
private |
在文件 yfilesys.h 第 82 行定义.
参考自 operator==().
|
private |
在文件 yfilesys.h 第 81 行定义.
参考自 operator==().