MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
shcore::path::detail Namespace Reference

Classes

class  Known_folder_path
 

Functions

std::string expand_user (const std::string &path, const std::string &sep)
 
std::tuple< std::string, std::string > split_extension (const std::string &path, const std::string &sep)
 
size_t span_dirname (const std::string &path)
 

Function Documentation

◆ expand_user()

std::string shcore::path::detail::expand_user ( const std::string &  path,
const std::string &  sep 
)

◆ span_dirname()

size_t shcore::path::detail::span_dirname ( const std::string &  path)

◆ split_extension()

std::tuple< std::string, std::string > shcore::path::detail::split_extension ( const std::string &  path,
const std::string &  sep 
)