|
template<typename... _ArgTs> |
| path (_ArgTs &&...oArgs) |
|
path & | append (const path &rhs) |
|
path | filename () const |
|
path & | make_preferred () |
|
template<typename _Ty > |
path | operator+ (const _Ty &src) const |
|
path & | operator+= (const path &rhs) |
|
template<typename _RHST > |
path & | operator/= (const _RHST &rhs) |
|
path & | remove_filename () |
|
path & | replace_filename (const path &newval) |
|
template<typename... _ArgTs> |
| path_base (_ArgTs &&...oArgs) |
|
xtd::string & | string () |
|
const xtd::string & | string () const |
|
| xstring (_ArgsT &&...oArgs) |
| Generic constructor forwards everything to the base class.
|
|
size_type | find_first_of (const std::initializer_list< char > &delimiters, size_type pos=0) const |
| finds the first occurance of any item
|
|
xstring & | ltrim () |
| Trim leading whitespace.
|
|
xstring & | replace (std::initializer_list< char > oItems, charchReplace) |
|
xstring & | rtrim () |
| Trim trailing whitespace.
|
|
std::vector< xstring< char > > | split (const std::initializer_list< char > &delimiters, bool trimEmpty=false) const |
| splits the string by the specified delmiters into constituent elements
|
|
xstring & | to_lower (const std::locale &loc) |
| Converts the string to lower case. More...
|
|
xstring & | to_upper (const std::locale &loc) |
| Converts the string to upper case. More...
|
|
xstring & | trim () |
|
|
static constexpr value_type | non_preferred_separator = '\\' |
|
static constexpr value_type | preferred_separator = '/' |
|
|
using | _super_t = std::basic_string< char > |
|
using | size_type = typename _super_t::size_type |
|
static xstring | format () |
| Type safe formatting Appends each item in the parameter list together performing type-safe verification and printing. More...
|
|
static xstring | format (const _Ty &val, _ArgsT &&...oArgs) |
|
Definition at line 88 of file filesystem.hpp.
The documentation for this class was generated from the following file: