This is the complete list of members for SC::Path, including all inherited members.
append(String &output, Span< const StringView > paths, Type inputType) | SC::Path | static |
AsNative enum value (defined in SC::Path) | SC::Path | |
AsPosix enum value (defined in SC::Path) | SC::Path | |
AsWindows enum value (defined in SC::Path) | SC::Path | |
basename(StringView input, Type type) | SC::Path | static |
basename(StringView input, StringView suffix) | SC::Path | static |
dirname(StringView input, Type type, int repeat=0) | SC::Path | static |
endsWithSeparator(StringView path) | SC::Path | static |
isAbsolute(StringView input, Type type) | SC::Path | static |
join(String &output, Span< const StringView > inputs, StringView separator=SeparatorStringView(), bool skipEmpty=false) | SC::Path | static |
normalize(StringView view, Vector< StringView > &components, String *output, Type type) | SC::Path | static |
normalizeUNCAndTrimQuotes(StringView fileLocation, Vector< StringView > &components, String &outputPath, Type type) (defined in SC::Path) | SC::Path | static |
parse(StringView input, Path::ParsedView &pathView, Type type) | SC::Path | static |
parseNameExtension(const StringView input, StringView &name, StringView &extension) | SC::Path | static |
relativeFromTo(StringView source, StringView destination, String &output, Type type, Type outputType=AsNative) | SC::Path | static |
removeStartingSeparator(StringView path) | SC::Path | static |
Separator | SC::Path | static |
SeparatorStringView() | SC::Path | inlinestatic |
Type enum name | SC::Path |