YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
ystdex::file_path_norm< std::basic_string< _tChar, _tAlloc > > 模板类 参考

文件字符串路径范式。 更多...

#include <path.hpp>

类 ystdex::file_path_norm< std::basic_string< _tChar, _tAlloc > > 继承关系图:
ystdex::file_path_norm< std::basic_string< _tChar, _tAlloc > > 的协作图:

Public 类型

using value_type = std::basic_string< _tChar, _tAlloc >
 
- Public 类型 继承自 ystdex::path_norm< std::string >
using value_type = std::string
 

Public 成员函数

bool is_delimiter (const value_type &str) override
 
bool is_parent (const value_type &str) override
 
bool is_root (const value_type &str) override
 
bool is_self (const value_type &str) override
 
file_path_normclone () const override
 
- Public 成员函数 继承自 ystdex::path_norm< std::string >
virtual ~path_norm ()=default
 
virtual bool is_compatible_with (const path_norm &) const
 
virtual bool is_delimiter (const value_type &)=0
 
virtual bool is_parent (const value_type &)=0
 
virtual bool is_root (const value_type &)=0
 
virtual bool is_self (const value_type &)=0
 
- Public 成员函数 继承自 ystdex::cloneable
virtual ~cloneable ()
 

详细描述

template<typename _tChar, class _tAlloc>
class ystdex::file_path_norm< std::basic_string< _tChar, _tAlloc > >

文件字符串路径范式。

自从
build 409

在文件 path.hpp93 行定义.

成员类型定义说明

template<typename _tChar , class _tAlloc >
using ystdex::file_path_norm< std::basic_string< _tChar, _tAlloc > >::value_type = std::basic_string<_tChar, _tAlloc>

在文件 path.hpp97 行定义.

成员函数说明

template<typename _tChar , class _tAlloc >
file_path_norm* ystdex::file_path_norm< std::basic_string< _tChar, _tAlloc > >::clone ( ) const
inlineoverridevirtual
自从
build 475

实现了 ystdex::path_norm< std::string >.

在文件 path.hpp125 行定义.

template<typename _tChar , class _tAlloc >
bool ystdex::file_path_norm< std::basic_string< _tChar, _tAlloc > >::is_delimiter ( const value_type str)
inlineoverride

在文件 path.hpp100 行定义.

template<typename _tChar , class _tAlloc >
bool ystdex::file_path_norm< std::basic_string< _tChar, _tAlloc > >::is_parent ( const value_type str)
inlineoverride

在文件 path.hpp106 行定义.

template<typename _tChar , class _tAlloc >
bool ystdex::file_path_norm< std::basic_string< _tChar, _tAlloc > >::is_root ( const value_type str)
inlineoverride

在文件 path.hpp112 行定义.

template<typename _tChar , class _tAlloc >
bool ystdex::file_path_norm< std::basic_string< _tChar, _tAlloc > >::is_self ( const value_type str)
inlineoverride

在文件 path.hpp118 行定义.


该类的文档由以下文件生成: