YSTest
PreAlpha_b500_20140530
The YSLib Test Project
|
文件字符串路径范式。 更多...
#include <path.hpp>
Public 类型 | |
using | value_type = std::basic_string< _tChar, _tAlloc > |
![]() | |
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_norm * | clone () const override |
![]() | |
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 |
![]() | |
virtual | ~cloneable () |
文件字符串路径范式。
using ystdex::file_path_norm< std::basic_string< _tChar, _tAlloc > >::value_type = std::basic_string<_tChar, _tAlloc> |
|
inlineoverridevirtual |
|
inlineoverride |
|
inlineoverride |
|
inlineoverride |
|
inlineoverride |