This is the complete list of members for clan::PathHelp, including all inherited members.
add_trailing_slash(const std::string &path, PathType path_type=path_type_file) | clan::PathHelp | static |
combine(const std::string &part1, const std::string &part2, PathType path_type=path_type_file) | clan::PathHelp | static |
get_basename(const std::string &fullname, PathType path_type=path_type_file) | clan::PathHelp | static |
get_basepath(const std::string &fullname, PathType path_type=path_type_file) | clan::PathHelp | static |
get_extension(const std::string &fullname, PathType path_type=path_type_file) | clan::PathHelp | static |
get_filename(const std::string &fullname, PathType path_type=path_type_file) | clan::PathHelp | static |
get_fullname(const std::string &fullpath, const std::string &filename, PathType path_type=path_type_file) | clan::PathHelp | static |
get_fullname(const std::string &fullpath, const std::string &filename, const std::string &extension, PathType path_type=path_type_file) | clan::PathHelp | static |
get_fullname(const std::string &location, const std::string &basepath, const std::string &filename, const std::string &extension, PathType path_type=path_type_file) | clan::PathHelp | static |
get_fullpath(const std::string &fullname, PathType path_type=path_type_file) | clan::PathHelp | static |
get_location(const std::string &fullname, PathType path_type=path_type_file) | clan::PathHelp | static |
is_absolute(const std::string &path, PathType path_type=path_type_file) | clan::PathHelp | static |
is_relative(const std::string &path, PathType path_type=path_type_file) | clan::PathHelp | static |
make_absolute(const std::string &base_path, const std::string &relative_path, PathType path_type=path_type_file) | clan::PathHelp | static |
make_relative(const std::string &base_path, const std::string &absolute_path, PathType path_type=path_type_file) | clan::PathHelp | static |
normalize(const std::string &path, PathType path_type=path_type_file) | clan::PathHelp | static |
path_type_file enum value | clan::PathHelp | |
path_type_virtual enum value | clan::PathHelp | |
PathType enum name | clan::PathHelp | |
remove_trailing_slash(const std::string &path) | clan::PathHelp | static |
split_basepath(const std::string &fullname, PathType path_type=path_type_file) | clan::PathHelp | static |