XTL  0.1
eXtended Template Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xtd::filesystem::path_base Class Reference
+ Inheritance diagram for xtd::filesystem::path_base:
+ Collaboration diagram for xtd::filesystem::path_base:

Public Member Functions

template<typename... _ArgTs>
 path_base (_ArgTs &&...oArgs)
 
xtd::stringstring ()
 
const xtd::stringstring () const
 
- Public Member Functions inherited from xtd::xstring< char >
 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
 
xstringltrim ()
 Trim leading whitespace.
 
xstringreplace (std::initializer_list< char > oItems, charchReplace)
 
xstringrtrim ()
 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
 
xstringto_lower (const std::locale &loc)
 Converts the string to lower case. More...
 
xstringto_upper (const std::locale &loc)
 Converts the string to upper case. More...
 
xstringtrim ()
 

Additional Inherited Members

- Public Types inherited from xtd::xstring< char >
using _super_t = std::basic_string< char >
 
using size_type = typename _super_t::size_type
 
- Static Public Member Functions inherited from xtd::xstring< char >
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)
 

Detailed Description

Definition at line 81 of file filesystem.hpp.


The documentation for this class was generated from the following file: