Photon Engine 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
ph::Path Member List

This is the complete list of members for ph::Path, including all inherited members.

append(const Path &other) constph::Path
append(std::string_view pathStr) constph::Path
clear()ph::Pathinline
getExtension() constph::Path
getFilename() constph::Path
getLeadingElement() constph::Path
getParent() constph::Path
getTrailingElement(bool ignoreTrailingSeparator=true) constph::Path
isAbsolute() constph::Pathinline
isEmpty() constph::Pathinline
isRelative() constph::Pathinline
operator/(const Path &other) constph::Path
operator/(std::string_view pathStr) constph::Path
operator==(const Path &other) constph::Path
Path()ph::Path
Path(std::string path)ph::Pathexplicit
Path(std::string_view path)ph::Pathexplicit
Path(TSpanView< char > path)ph::Pathexplicit
Path(const char *path)ph::Pathexplicit
Path(std::filesystem::path path)ph::Pathexplicit
removeExtension() constph::Path
removeLeadingSeparator() constph::Path
removeTrailingSeparator() constph::Path
replaceExtension(std::string_view replacement) constph::Path
toAbsolute() constph::Path
toAbsoluteString() constph::Path
toNativeString() constph::Path
toNativeString(TSpan< char > out_buffer, std::size_t *out_numTotalChars=nullptr, bool isNullTerminated=true) constph::Path
toStdPath() constph::Pathinline
toString() constph::Path