YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
YSLib::IO::PathNorm 成员列表

成员的完整列表,这些成员属于 YSLib::IO::PathNorm,包括所有继承而来的类成员

clone() const override=0ystdex::path_norm< YSLib::String >pure virtual
is_compatible_with(const path_norm &) constystdex::path_norm< YSLib::String >inlinevirtual
is_delimiter(const value_type &)=0ystdex::path_norm< YSLib::String >pure virtual
is_parent(const value_type &)=0ystdex::path_norm< YSLib::String >pure virtual
is_root(const value_type &)=0ystdex::path_norm< YSLib::String >pure virtual
is_self(const value_type &)=0ystdex::path_norm< YSLib::String >pure virtual
PDefH(bool, is_delimiter, const value_type &str) override ImplRet(YCL_FS_CharIsDelimiter(str[0]YSLib::IO::PathNorm
PDefH(bool, is_parent, const value_type &str) ynothrow override ImplRet(YCL_FS_StringIsParent(strYSLib::IO::PathNorm
PDefH(bool, is_root, const value_type &str) ynothrow override ImplRet(YCL_FS_StringIsRoot(strYSLib::IO::PathNorm
PDefH(bool, is_self, const value_type &str) ynothrow override ImplRet(YCL_FS_StringIsCurrent(strYSLib::IO::PathNorm
value_type typedefYSLib::IO::PathNorm
~cloneable()ystdex::cloneableinlinevirtual
~path_norm()=defaultystdex::path_norm< YSLib::String >virtual