IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
Loading...
Searching...
No Matches
ice::HeapPathString Member List

This is the complete list of members for ice::HeapPathString, including all inherited members.

basename(this Self const &self) noexcept -> ice::string::String< Self >ice::PathStringinline
directory(this Self const &self) noexcept -> ice::path::Path< Self >ice::PathStringinline
extension(this Self const &self) noexcept -> ice::string::String< Self >ice::PathStringinline
filename(this Self const &self) noexcept -> ice::string::String< Self >ice::PathStringinline
is_absolute(this Self const &self) noexceptice::PathStringinline
is_relative(this Self const &self) noexceptice::PathStringinline
join(this Self &self, ice::path::Path< Self > other) noexcept -> ice::path::Path< Self >ice::HeapPathStringinline
normalize(this Self &self) noexcept -> ice::path::Path< Self >ice::HeapPathStringinline
replace_extension(this Self &self, ice::string::String< Self > extension) noexcept -> ice::path::Path< Self >ice::HeapPathStringinline
replace_filename(this Self &self, ice::string::String< Self > filename) noexcept -> ice::path::Path< Self >ice::HeapPathStringinline