![]() |
XTL
0.1
eXtended Template Library
|
Public Member Functions | |
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 () |
Additional Inherited Members | |
![]() | |
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 81 of file filesystem.hpp.