DotNameLib
Loading...
Searching...
No Matches
dotnamecpp::utils::IPathResolver Member List

This is the complete list of members for dotnamecpp::utils::IPathResolver, including all inherited members.

getAbsolutePath(const std::filesystem::path &path) const =0dotnamecpp::utils::IPathResolverpure virtual
getCanonicalPath(const std::filesystem::path &path) const =0dotnamecpp::utils::IPathResolverpure virtual
getExtension(const std::filesystem::path &path) const =0dotnamecpp::utils::IPathResolverpure virtual
getFilename(const std::filesystem::path &path) const =0dotnamecpp::utils::IPathResolverpure virtual
getParent(const std::filesystem::path &path) const =0dotnamecpp::utils::IPathResolverpure virtual
getRelativePath(const std::filesystem::path &target, const std::filesystem::path &base=std::filesystem::current_path()) const =0dotnamecpp::utils::IPathResolverpure virtual
getStem(const std::filesystem::path &path) const =0dotnamecpp::utils::IPathResolverpure virtual
isAbsolute(const std::filesystem::path &path) const =0dotnamecpp::utils::IPathResolverpure virtual
isRelative(const std::filesystem::path &path) const =0dotnamecpp::utils::IPathResolverpure virtual
join(const std::vector< std::string > &parts) const =0dotnamecpp::utils::IPathResolverpure virtual
~IPathResolver()=defaultdotnamecpp::utils::IPathResolvervirtual