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

抽象路径模板。 更多...

#include "string.hpp"
#include "memory.hpp"
#include <string>
#include <algorithm>
#include <typeinfo>
path.hpp 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  ystdex::path_norm< _type >
 路径范式。 更多...
 
class  ystdex::file_path_norm< _type >
 文件路径范式。 更多...
 
class  ystdex::file_path_norm< std::basic_string< _tChar, _tAlloc > >
 文件字符串路径范式。 更多...
 
class  ystdex::path< _tSeqCon, _tNorm >
 一般路径模板。 更多...
 

命名空间

 ystdex
 

函数

template<class _tSeqCon , class _tNorm >
bool ystdex::operator== (const path< _tSeqCon, _tNorm > &x, const path< _tSeqCon, _tNorm > &y)
 路径比较操作。 更多...
 
template<class _tSeqCon , class _tNorm >
bool ystdex::operator!= (const path< _tSeqCon, _tNorm > &x, const path< _tSeqCon, _tNorm > &y)
 
template<class _tSeqCon , class _tNorm >
bool ystdex::operator< (const path< _tSeqCon, _tNorm > &x, const path< _tSeqCon, _tNorm > &y)
 
template<class _tSeqCon , class _tNorm >
bool ystdex::operator<= (const path< _tSeqCon, _tNorm > &x, const path< _tSeqCon, _tNorm > &y)
 
template<class _tSeqCon , class _tNorm >
bool ystdex::operator> (const path< _tSeqCon, _tNorm > &x, const path< _tSeqCon, _tNorm > &y)
 
template<class _tSeqCon , class _tNorm >
bool ystdex::operator>= (const path< _tSeqCon, _tNorm > &x, const path< _tSeqCon, _tNorm > &y)
 

详细描述

抽象路径模板。

版本
r689
作者
FrankHB frank.nosp@m.hb19.nosp@m.89@gm.nosp@m.ail..nosp@m.com
自从
build 408
创建时间:
2013-05-27 02:42:19 +0800
修改时间:
2014-05-23 10:05 +0800
文本编码:
UTF-8
模块名称:
YStandardEx::Path

在文件 path.hpp 中定义.