|
|
| VirtualPath (std::string_view path) |
|
| VirtualPath (const char *path) |
|
| VirtualPath (const VirtualPath &)=default |
|
| VirtualPath (VirtualPath &&) noexcept=default |
|
VirtualPath & | operator= (const VirtualPath &)=default |
|
VirtualPath & | operator= (VirtualPath &&) noexcept=default |
|
const char * | c_str () const noexcept |
|
const std::string & | logical_path () const noexcept |
|
bool | empty () const noexcept |
|
std::wstring | to_wstring () const |
|
bool | has_extension (std::string_view ext) const noexcept |
|
std::string_view | extension () const noexcept |
The documentation for this class was generated from the following file: