YSTest
PreAlpha_b500_20140530
The YSLib Test Project
|
抽象路径模板。 更多...
#include "string.hpp"
#include "memory.hpp"
#include <string>
#include <algorithm>
#include <typeinfo>
类 | |
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) |
抽象路径模板。
在文件 path.hpp 中定义.