maliput_malidrive
|
Functions | |
std::string | GetFileNameFromPath (const std::string &file_path) |
Finds the last occurrence of '/' in file_path and returns the substring from it. More... | |
std::string | FindResourceInPath (const std::string &resource_name, const std::string &path_to_resources) |
std::string | FindResourceInEnvPath (const std::string &resource_name, const std::string &path_to_resources) |
std::string | FindResource (const std::string &resource_name) |
std::string FindResource | ( | const std::string & | resource_name | ) |
std::string FindResourceInEnvPath | ( | const std::string & | resource_name, |
const std::string & | path_to_resources | ||
) |
std::string FindResourceInPath | ( | const std::string & | resource_name, |
const std::string & | path_to_resources | ||
) |
std::string GetFileNameFromPath | ( | const std::string & | file_path | ) |
Finds the last occurrence of '/' in file_path
and returns the substring from it.
When no '/' is found, file_path
is returned.
file_path | Is the file path of the file. |
file_path
.