|
|
using | value_type = char |
| |
|
using | string_type = std::basic_string< value_type > |
| |
|
|
| path (value_type const *source) |
| |
|
| path (string_type const &source) |
| |
|
value_type const * | c_str () const noexcept |
| |
|
const string_type & | native () const noexcept |
| |
|
std::string | string () const |
| |
|
path | filename () const |
| |
|
path | extension () const |
| |
|
path | stem () const |
| |
|
path | parent_path () const |
| |
|
path & | operator/= (path const &) |
| |
|
path & | operator/= (std::string const &) |
| |
|
path & | operator/= (char const *) |
| |
|
path & | operator+= (path const &) |
| |
|
path & | operator+= (std::string const &) |
| |
|
path & | operator+= (char const *) |
| |
|
path & | operator+= (char) |
| |
|
|
static constexpr value_type | preferred_separator = '/' |
| |
The documentation for this class was generated from the following files: